Html Css Color HEX #03040C Black Russian

📋 copy color: '#03040C'

red 3 ◦ green 4 ◦ blue 12

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

Shades of Black Russian #03040C

Tints of Black Russian #03040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 21.05%

 BLUE value IS 12 (5.08% from 255) = 63.16%

R = 15.79%
G = 21.05%
B = 63.16%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#03040C (or 0x03040C) is known color: Black Russian. HEX triplet: 03, 04 and 0C. RGB value is (3,4,12). Sum of RGB (Red+Green+Blue) = 3+4+12=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 12 (5.08% from 255 or 63.16% from 19); Max value from RGB is 12 - color contains mainly: blue. Hex color #03040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03040C is #FCFBF3. Grayscale: #040404. Windows color (decimal): -16579572 or 787459. OLE color: 787459.

HSL color Cylindrical-coordinate representation of color #03040C: hue angle of 233.33º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #03040C is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 3 4 12 -
CMYK 0.75 0.67 0 0.95
HSL 233.33º 0.6% 0.03% -
HSV(B) 233.33º 0.75% 0.05% -
XYZ 0.15 0.13 0.37 -
YUV 4.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 3 4 12 0.75 0.67 0 0.95 233.33 0.6 0.03
Hex 3 4 C 4B 43 0 5F E9 3C 3
Octal 3 4 14 113 103 0 137 351 74 3
Binary 11 100 1100 1001011 1000011 0 1011111 11101001 111100 11

Color Harmonies of #03040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03040C

Black with #03040C

Text Example


Text Example

White with #03040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,4,12); }

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

background-color css

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

 a { background-color: rgb(3,4,12); }

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

border-color css

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

 span { border-color: rgb(3,4,12); }

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