Html Css Color HEX #08001E Black Russian

📋 copy color: '#08001E'

red 8 ◦ green 0 ◦ blue 30

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

Shades of Black Russian #08001E

Tints of Black Russian #08001E

RGB

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

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

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

R = 21.05%
G = 0%
B = 78.95%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#08001E (or 0x08001E) is known color: Black Russian. HEX triplet: 08, 00 and 1E. RGB value is (8,0,30). Sum of RGB (Red+Green+Blue) = 8+0+30=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #08001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08001E is #F7FFE1. Grayscale: #050505. Windows color (decimal): -16252898 or 1966088. OLE color: 1966088.

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

Color convert

RGB 8 0 30 -
CMYK 0.73 1 0 0.88
HSL 256º 1% 0.06% -
HSV(B) 256º 1% 0.12% -
XYZ 0.33 0.15 1.24 -
YUV 5.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 8 0 30 0.73 1 0 0.88 256 1 0.06
Hex 8 0 1E 49 64 0 58 100 64 6
Octal 10 0 36 111 144 0 130 400 144 6
Binary 1000 0 11110 1001001 1100100 0 1011000 100000000 1100100 110

Color Harmonies of #08001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08001E

Black with #08001E

Text Example


Text Example

White with #08001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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