Html Css Color HEX #03020F Black Russian

📋 copy color: '#03020F'

red 3 ◦ green 2 ◦ blue 15

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

Shades of Black Russian #03020F

Tints of Black Russian #03020F

RGB

 RED value IS 3 (1.56% from 255) = 15%

 GREEN value IS 2 (1.17% from 255) = 10%

 BLUE value IS 15 (6.25% from 255) = 75%

R = 15%
G = 10%
B = 75%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#03020F (or 0x03020F) is known color: Black Russian. HEX triplet: 03, 02 and 0F. RGB value is (3,2,15). Sum of RGB (Red+Green+Blue) = 3+2+15=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 15 (6.25% from 255 or 75% from 20); Max value from RGB is 15 - color contains mainly: blue. Hex color #03020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03020F is #FCFDF0. Grayscale: #030303. Windows color (decimal): -16580081 or 983555. OLE color: 983555.

HSL color Cylindrical-coordinate representation of color #03020F: hue angle of 244.62º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #03020F is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 2 15 -
CMYK 0.80 0.87 0 0.94
HSL 244.62º 0.76% 0.03% -
HSV(B) 244.62º 0.87% 0.06% -
XYZ 0.15 0.1 0.46 -
YUV 3.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 3 2 15 0.80 0.87 0 0.94 244.62 0.76 0.03
Hex 3 2 F 50 57 0 5E F5 4C 3
Octal 3 2 17 120 127 0 136 365 114 3
Binary 11 10 1111 1010000 1010111 0 1011110 11110101 1001100 11

Color Harmonies of #03020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03020F

Black with #03020F

Text Example


Text Example

White with #03020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03020F; }

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

 H1.HeaderClassName
 {
   color: #03020F;
 }
 .AnyTagClassName
 {
   color: #03020F;
 }
</style>

background-color css

<style>
 a { background-color: #03020F; }

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

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

border-color css

<style>
 span { border-color: #03020F; }

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

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