Html Css Color HEX #210A42 Blackcurrant

📋 copy color: '#210A42'

red 33 ◦ green 10 ◦ blue 66

#210A42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #210A42

Tints of Blackcurrant #210A42

RGB

 RED value IS 33 (13.28% from 255) = 30.28%

 GREEN value IS 10 (4.3% from 255) = 9.17%

 BLUE value IS 66 (26.17% from 255) = 60.55%

R = 30.28%
G = 9.17%
B = 60.55%

CMYK

 C value IS 0.5

 M value IS 0.85

 Y value IS 0

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#210A42 (or 0x210A42) is known color: Blackcurrant. HEX triplet: 21, 0A and 42. RGB value is (33,10,66). Sum of RGB (Red+Green+Blue) = 33+10+66=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #210A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A42 is #DEF5BD. Grayscale: #171717. Windows color (decimal): -14611902 or 4327969. OLE color: 4327969.

HSL color Cylindrical-coordinate representation of color #210A42: hue angle of 264.64º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210A42 is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 10 66 -
CMYK 0.5 0.85 0 0.74
HSL 264.64º 0.74% 0.15% -
HSV(B) 264.64º 0.85% 0.26% -
XYZ 1.72 0.93 5.24 -
YUV 23.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 33 10 66 0.5 0.85 0 0.74 264.64 0.74 0.15
Hex 21 A 42 32 55 0 4A 109 4A F
Octal 41 12 102 62 125 0 112 411 112 17
Binary 100001 1010 1000010 110010 1010101 0 1001010 100001001 1001010 1111

Color Harmonies of #210A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A42

Black with #210A42

Text Example


Text Example

White with #210A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210A42; }

 p { color: rgb(33,10,66); }

 H1.HeaderClassName
 {
   color: #210A42;
 }
 .AnyTagClassName
 {
   color: #210A42;
 }
</style>

background-color css

<style>
 a { background-color: #210A42; }

 a { background-color: rgb(33,10,66); }

 div.DivClassName
 {
   background-color: #210A42;
 }
 .BgClassName
 {
   background-color: #210A42;
 }
</style>

border-color css

<style>
 span { border-color: #210A42; }

 span { border-color: rgb(33,10,66); }

 td.TdClassName
 {
   border-color: #210A42;
 }
 .TagClassName
 {
   border-color: #210A42;
 }
</style>