Html Css Color HEX #030411 Black Russian

📋 copy color: '#030411'

red 3 ◦ green 4 ◦ blue 17

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

Shades of Black Russian #030411

Tints of Black Russian #030411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 70.83%

R = 12.5%
G = 16.67%
B = 70.83%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030411 (or 0x030411) is known color: Black Russian. HEX triplet: 03, 04 and 11. RGB value is (3,4,17). Sum of RGB (Red+Green+Blue) = 3+4+17=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 17 (7.03% from 255 or 70.83% from 24); Max value from RGB is 17 - color contains mainly: blue. Hex color #030411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030411 is #FCFBEE. Grayscale: #050505. Windows color (decimal): -16579567 or 1115139. OLE color: 1115139.

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

Color convert

RGB 3 4 17 -
CMYK 0.82 0.76 0 0.93
HSL 235.71º 0.7% 0.04% -
HSV(B) 235.71º 0.82% 0.07% -
XYZ 0.18 0.15 0.55 -
YUV 5.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 3 4 17 0.82 0.76 0 0.93 235.71 0.7 0.04
Hex 3 4 11 52 4C 0 5D EC 46 4
Octal 3 4 21 122 114 0 135 354 106 4
Binary 11 100 10001 1010010 1001100 0 1011101 11101100 1000110 100

Color Harmonies of #030411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030411

Black with #030411

Text Example


Text Example

White with #030411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030411; }

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

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

background-color css

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

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

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

border-color css

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

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

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