Html Css Color HEX #02060D Black Russian

📋 copy color: '#02060D'

red 2 ◦ green 6 ◦ blue 13

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

Shades of Black Russian #02060D

Tints of Black Russian #02060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 28.57%

 BLUE value IS 13 (5.47% from 255) = 61.9%

R = 9.52%
G = 28.57%
B = 61.9%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#02060D (or 0x02060D) is known color: Black Russian. HEX triplet: 02, 06 and 0D. RGB value is (2,6,13). Sum of RGB (Red+Green+Blue) = 2+6+13=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #02060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02060D is #FDF9F2. Grayscale: #050505. Windows color (decimal): -16644595 or 853506. OLE color: 853506.

HSL color Cylindrical-coordinate representation of color #02060D: hue angle of 218.18º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #02060D is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 6 13 -
CMYK 0.85 0.54 0 0.95
HSL 218.18º 0.73% 0.03% -
HSV(B) 218.18º 0.85% 0.05% -
XYZ 0.16 0.17 0.41 -
YUV 5.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 2 6 13 0.85 0.54 0 0.95 218.18 0.73 0.03
Hex 2 6 D 55 36 0 5F DA 49 3
Octal 2 6 15 125 66 0 137 332 111 3
Binary 10 110 1101 1010101 110110 0 1011111 11011010 1001001 11

Color Harmonies of #02060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02060D

Black with #02060D

Text Example


Text Example

White with #02060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02060D; }

 p { color: rgb(2,6,13); }

 H1.HeaderClassName
 {
   color: #02060D;
 }
 .AnyTagClassName
 {
   color: #02060D;
 }
</style>

background-color css

<style>
 a { background-color: #02060D; }

 a { background-color: rgb(2,6,13); }

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

border-color css

<style>
 span { border-color: #02060D; }

 span { border-color: rgb(2,6,13); }

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