Html Css Color HEX #00041E Black Russian

📋 copy color: '#00041E'

red 0 ◦ green 4 ◦ blue 30

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

Shades of Black Russian #00041E

Tints of Black Russian #00041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 88.24%

R = 0%
G = 11.76%
B = 88.24%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00041E (or 0x00041E) is known color: Black Russian. HEX triplet: 00, 04 and 1E. RGB value is (0,4,30). Sum of RGB (Red+Green+Blue) = 0+4+30=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 30 (12.11% from 255 or 88.24% from 34); Max value from RGB is 30 - color contains mainly: blue. Hex color #00041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00041E is #FFFBE1. Grayscale: #050505. Windows color (decimal): -16776162 or 1967104. OLE color: 1967104.

HSL color Cylindrical-coordinate representation of color #00041E: hue angle of 232º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00041E is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 4 30 -
CMYK 1 0.87 0 0.88
HSL 232º 1% 0.06% -
HSV(B) 232º 1% 0.12% -
XYZ 0.28 0.18 1.25 -
YUV 5.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 0 4 30 1 0.87 0 0.88 232 1 0.06
Hex 0 4 1E 64 57 0 58 E8 64 6
Octal 0 4 36 144 127 0 130 350 144 6
Binary 0 100 11110 1100100 1010111 0 1011000 11101000 1100100 110

Color Harmonies of #00041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00041E

Black with #00041E

Text Example


Text Example

White with #00041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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