Html Css Color HEX #080318 Black Russian

📋 copy color: '#080318'

red 8 ◦ green 3 ◦ blue 24

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

Shades of Black Russian #080318

Tints of Black Russian #080318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.57%

 BLUE value IS 24 (9.77% from 255) = 68.57%

R = 22.86%
G = 8.57%
B = 68.57%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080318 (or 0x080318) is known color: Black Russian. HEX triplet: 08, 03 and 18. RGB value is (8,3,24). Sum of RGB (Red+Green+Blue) = 8+3+24=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 24 (9.77% from 255 or 68.57% from 35); Max value from RGB is 24 - color contains mainly: blue. Hex color #080318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080318 is #F7FCE7. Grayscale: #060606. Windows color (decimal): -16252136 or 1573640. OLE color: 1573640.

HSL color Cylindrical-coordinate representation of color #080318: hue angle of 254.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080318 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 3 24 -
CMYK 0.67 0.88 0 0.91
HSL 254.29º 0.78% 0.05% -
HSV(B) 254.29º 0.88% 0.09% -
XYZ 0.3 0.18 0.88 -
YUV 6.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 8 3 24 0.67 0.88 0 0.91 254.29 0.78 0.05
Hex 8 3 18 43 58 0 5B FE 4E 5
Octal 10 3 30 103 130 0 133 376 116 5
Binary 1000 11 11000 1000011 1011000 0 1011011 11111110 1001110 101

Color Harmonies of #080318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080318

Black with #080318

Text Example


Text Example

White with #080318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080318; }

 p { color: rgb(8,3,24); }

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

background-color css

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

 a { background-color: rgb(8,3,24); }

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

border-color css

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

 span { border-color: rgb(8,3,24); }

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