Html Css Color HEX #00081A Black Russian

📋 copy color: '#00081A'

red 0 ◦ green 8 ◦ blue 26

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

Shades of Black Russian #00081A

Tints of Black Russian #00081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 76.47%

R = 0%
G = 23.53%
B = 76.47%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00081A (or 0x00081A) is known color: Black Russian. HEX triplet: 00, 08 and 1A. RGB value is (0,8,26). Sum of RGB (Red+Green+Blue) = 0+8+26=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #00081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00081A is #FFF7E5. Grayscale: #070707. Windows color (decimal): -16775142 or 1705984. OLE color: 1705984.

HSL color Cylindrical-coordinate representation of color #00081A: hue angle of 221.54º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00081A is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 8 26 -
CMYK 1 0.69 0 0.90
HSL 221.54º 1% 0.05% -
HSV(B) 221.54º 1% 0.1% -
XYZ 0.27 0.25 1.01 -
YUV 7.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 0 8 26 1 0.69 0 0.90 221.54 1 0.05
Hex 0 8 1A 64 45 0 5A DE 64 5
Octal 0 10 32 144 105 0 132 336 144 5
Binary 0 1000 11010 1100100 1000101 0 1011010 11011110 1100100 101

Color Harmonies of #00081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00081A

Black with #00081A

Text Example


Text Example

White with #00081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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