Html Css Color HEX #08001C Black Russian

📋 copy color: '#08001C'

red 8 ◦ green 0 ◦ blue 28

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

Shades of Black Russian #08001C

Tints of Black Russian #08001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 77.78%

R = 22.22%
G = 0%
B = 77.78%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08001C (or 0x08001C) is known color: Black Russian. HEX triplet: 08, 00 and 1C. RGB value is (8,0,28). Sum of RGB (Red+Green+Blue) = 8+0+28=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 28 (11.33% from 255 or 77.78% from 36); Max value from RGB is 28 - color contains mainly: blue. Hex color #08001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08001C is #F7FFE3. Grayscale: #050505. Windows color (decimal): -16252900 or 1835016. OLE color: 1835016.

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

Color convert

RGB 8 0 28 -
CMYK 0.71 1 0 0.89
HSL 257.14º 1% 0.05% -
HSV(B) 257.14º 1% 0.11% -
XYZ 0.31 0.14 1.11 -
YUV 5.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 8 0 28 0.71 1 0 0.89 257.14 1 0.05
Hex 8 0 1C 47 64 0 59 101 64 5
Octal 10 0 34 107 144 0 131 401 144 5
Binary 1000 0 11100 1000111 1100100 0 1011001 100000001 1100100 101

Color Harmonies of #08001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08001C

Black with #08001C

Text Example


Text Example

White with #08001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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