Html Css Color HEX #04000C Black Russian

📋 copy color: '#04000C'

red 4 ◦ green 0 ◦ blue 12

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

Shades of Black Russian #04000C

Tints of Black Russian #04000C

RGB

 RED value IS 4 (1.95% from 255) = 25%

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

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

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#04000C (or 0x04000C) is known color: Black Russian. HEX triplet: 04, 00 and 0C. RGB value is (4,0,12). Sum of RGB (Red+Green+Blue) = 4+0+12=16 (2% of max value = 765). Red value is 4 (1.95% from 255 or 25% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 12 (5.08% from 255 or 75% from 16); Max value from RGB is 12 - color contains mainly: blue. Hex color #04000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04000C is #FBFFF3. Grayscale: #020202. Windows color (decimal): -16515060 or 786436. OLE color: 786436.

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

Color convert

RGB 4 0 12 -
CMYK 0.67 1 0 0.95
HSL 260º 1% 0.02% -
HSV(B) 260º 1% 0.05% -
XYZ 0.12 0.05 0.35 -
YUV 2.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 4 0 12 0.67 1 0 0.95 260 1 0.02
Hex 4 0 C 43 64 0 5F 104 64 2
Octal 4 0 14 103 144 0 137 404 144 2
Binary 100 0 1100 1000011 1100100 0 1011111 100000100 1100100 10

Color Harmonies of #04000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04000C

Black with #04000C

Text Example


Text Example

White with #04000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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