Html Css Color HEX #02001C Black Russian

📋 copy color: '#02001C'

red 2 ◦ green 0 ◦ blue 28

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

Shades of Black Russian #02001C

Tints of Black Russian #02001C

RGB

 RED value IS 2 (1.17% from 255) = 6.67%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 28 (11.33% from 255) = 93.33%

R = 6.67%
G = 0%
B = 93.33%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#02001C (or 0x02001C) is known color: Black Russian. HEX triplet: 02, 00 and 1C. RGB value is (2,0,28). Sum of RGB (Red+Green+Blue) = 2+0+28=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 28 (11.33% from 255 or 93.33% from 30); Max value from RGB is 28 - color contains mainly: blue. Hex color #02001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02001C is #FDFFE3. Grayscale: #030303. Windows color (decimal): -16646116 or 1835010. OLE color: 1835010.

HSL color Cylindrical-coordinate representation of color #02001C: hue angle of 244.29º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02001C is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 0 28 -
CMYK 0.93 1 0 0.89
HSL 244.29º 1% 0.05% -
HSV(B) 244.29º 1% 0.11% -
XYZ 0.23 0.1 1.1 -
YUV 3.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 2 0 28 0.93 1 0 0.89 244.29 1 0.05
Hex 2 0 1C 5D 64 0 59 F4 64 5
Octal 2 0 34 135 144 0 131 364 144 5
Binary 10 0 11100 1011101 1100100 0 1011001 11110100 1100100 101

Color Harmonies of #02001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02001C

Black with #02001C

Text Example


Text Example

White with #02001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02001C; }

 p { color: rgb(2,0,28); }

 H1.HeaderClassName
 {
   color: #02001C;
 }
 .AnyTagClassName
 {
   color: #02001C;
 }
</style>

background-color css

<style>
 a { background-color: #02001C; }

 a { background-color: rgb(2,0,28); }

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

border-color css

<style>
 span { border-color: #02001C; }

 span { border-color: rgb(2,0,28); }

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