Html Css Color HEX #00081D Black Russian

📋 copy color: '#00081D'

red 0 ◦ green 8 ◦ blue 29

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

Shades of Black Russian #00081D

Tints of Black Russian #00081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 21.62%

 BLUE value IS 29 (11.72% from 255) = 78.38%

R = 0%
G = 21.62%
B = 78.38%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00081D (or 0x00081D) is known color: Black Russian. HEX triplet: 00, 08 and 1D. RGB value is (0,8,29). Sum of RGB (Red+Green+Blue) = 0+8+29=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 29 (11.72% from 255 or 78.38% from 37); Max value from RGB is 29 - color contains mainly: blue. Hex color #00081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00081D is #FFF7E2. Grayscale: #070707. Windows color (decimal): -16775139 or 1902592. OLE color: 1902592.

HSL color Cylindrical-coordinate representation of color #00081D: hue angle of 223.45º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00081D is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 8 29 -
CMYK 1 0.72 0 0.89
HSL 223.45º 1% 0.06% -
HSV(B) 223.45º 1% 0.11% -
XYZ 0.31 0.26 1.2 -
YUV 8 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 0 8 29 1 0.72 0 0.89 223.45 1 0.06
Hex 0 8 1D 64 48 0 59 DF 64 6
Octal 0 10 35 144 110 0 131 337 144 6
Binary 0 1000 11101 1100100 1001000 0 1011001 11011111 1100100 110

Color Harmonies of #00081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00081D

Black with #00081D

Text Example


Text Example

White with #00081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00081D; }

 p { color: rgb(0,8,29); }

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

background-color css

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

 a { background-color: rgb(0,8,29); }

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

border-color css

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

 span { border-color: rgb(0,8,29); }

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