Html Css Color HEX #02030B Black Russian

📋 copy color: '#02030B'

red 2 ◦ green 3 ◦ blue 11

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

Shades of Black Russian #02030B

Tints of Black Russian #02030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 18.75%

 BLUE value IS 11 (4.69% from 255) = 68.75%

R = 12.5%
G = 18.75%
B = 68.75%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02030B (or 0x02030B) is known color: Black Russian. HEX triplet: 02, 03 and 0B. RGB value is (2,3,11). Sum of RGB (Red+Green+Blue) = 2+3+11=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 11 (4.69% from 255 or 68.75% from 16); Max value from RGB is 11 - color contains mainly: blue. Hex color #02030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02030B is #FDFCF4. Grayscale: #030303. Windows color (decimal): -16645365 or 721666. OLE color: 721666.

HSL color Cylindrical-coordinate representation of color #02030B: hue angle of 233.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #02030B is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 3 11 -
CMYK 0.82 0.73 0 0.96
HSL 233.33º 0.69% 0.03% -
HSV(B) 233.33º 0.82% 0.04% -
XYZ 0.12 0.1 0.33 -
YUV 3.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 2 3 11 0.82 0.73 0 0.96 233.33 0.69 0.03
Hex 2 3 B 52 49 0 60 E9 45 3
Octal 2 3 13 122 111 0 140 351 105 3
Binary 10 11 1011 1010010 1001001 0 1100000 11101001 1000101 11

Color Harmonies of #02030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02030B

Black with #02030B

Text Example


Text Example

White with #02030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02030B; }

 p { color: rgb(2,3,11); }

 H1.HeaderClassName
 {
   color: #02030B;
 }
 .AnyTagClassName
 {
   color: #02030B;
 }
</style>

background-color css

<style>
 a { background-color: #02030B; }

 a { background-color: rgb(2,3,11); }

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

border-color css

<style>
 span { border-color: #02030B; }

 span { border-color: rgb(2,3,11); }

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