Html Css Color HEX #08061A Black Russian

📋 copy color: '#08061A'

red 8 ◦ green 6 ◦ blue 26

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

Shades of Black Russian #08061A

Tints of Black Russian #08061A

RGB

 RED value IS 8 (3.52% from 255) = 20%

 GREEN value IS 6 (2.73% from 255) = 15%

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

R = 20%
G = 15%
B = 65%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#08061A (or 0x08061A) is known color: Black Russian. HEX triplet: 08, 06 and 1A. RGB value is (8,6,26). Sum of RGB (Red+Green+Blue) = 8+6+26=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #08061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08061A is #F7F9E5. Grayscale: #080808. Windows color (decimal): -16251366 or 1705480. OLE color: 1705480.

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

Color convert

RGB 8 6 26 -
CMYK 0.69 0.77 0 0.90
HSL 246º 0.63% 0.06% -
HSV(B) 246º 0.77% 0.1% -
XYZ 0.35 0.26 1.01 -
YUV 8.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 8 6 26 0.69 0.77 0 0.90 246 0.63 0.06
Hex 8 6 1A 45 4D 0 5A F6 3E 6
Octal 10 6 32 105 115 0 132 366 76 6
Binary 1000 110 11010 1000101 1001101 0 1011010 11110110 111110 110

Color Harmonies of #08061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08061A

Black with #08061A

Text Example


Text Example

White with #08061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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