Html Css Color HEX #00041F Black Russian

📋 copy color: '#00041F'

red 0 ◦ green 4 ◦ blue 31

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

Shades of Black Russian #00041F

Tints of Black Russian #00041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 88.57%

R = 0%
G = 11.43%
B = 88.57%

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

#00041F (or 0x00041F) is known color: Black Russian. HEX triplet: 00, 04 and 1F. RGB value is (0,4,31). Sum of RGB (Red+Green+Blue) = 0+4+31=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 31 (12.5% from 255 or 88.57% from 35); Max value from RGB is 31 - color contains mainly: blue. Hex color #00041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00041F is #FFFBE0. Grayscale: #050505. Windows color (decimal): -16776161 or 2032640. OLE color: 2032640.

HSL color Cylindrical-coordinate representation of color #00041F: hue angle of 232.26º 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 #00041F is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 4 31 -
CMYK 1 0.87 0 0.88
HSL 232.26º 1% 0.06% -
HSV(B) 232.26º 1% 0.12% -
XYZ 0.29 0.19 1.32 -
YUV 5.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 0 4 31 1 0.87 0 0.88 232.26 1 0.06
Hex 0 4 1F 64 57 0 58 E8 64 6
Octal 0 4 37 144 127 0 130 350 144 6
Binary 0 100 11111 1100100 1010111 0 1011000 11101000 1100100 110

Color Harmonies of #00041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00041F

Black with #00041F

Text Example


Text Example

White with #00041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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