Html Css Color HEX #030412 Black Russian

📋 copy color: '#030412'

red 3 ◦ green 4 ◦ blue 18

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

Shades of Black Russian #030412

Tints of Black Russian #030412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 72%

R = 12%
G = 16%
B = 72%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030412 (or 0x030412) is known color: Black Russian. HEX triplet: 03, 04 and 12. RGB value is (3,4,18). Sum of RGB (Red+Green+Blue) = 3+4+18=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #030412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030412 is #FCFBED. Grayscale: #050505. Windows color (decimal): -16579566 or 1180675. OLE color: 1180675.

HSL color Cylindrical-coordinate representation of color #030412: hue angle of 236º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030412 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 4 18 -
CMYK 0.83 0.78 0 0.93
HSL 236º 0.71% 0.04% -
HSV(B) 236º 0.83% 0.07% -
XYZ 0.19 0.15 0.59 -
YUV 5.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 3 4 18 0.83 0.78 0 0.93 236 0.71 0.04
Hex 3 4 12 53 4E 0 5D EC 47 4
Octal 3 4 22 123 116 0 135 354 107 4
Binary 11 100 10010 1010011 1001110 0 1011101 11101100 1000111 100

Color Harmonies of #030412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030412

Black with #030412

Text Example


Text Example

White with #030412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030412; }

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

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

background-color css

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

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

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

border-color css

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

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

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