Html Css Color HEX #080D23 Black Russian

📋 copy color: '#080D23'

red 8 ◦ green 13 ◦ blue 35

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

Shades of Black Russian #080D23

Tints of Black Russian #080D23

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.21%

 BLUE value IS 35 (14.06% from 255) = 62.5%

R = 14.29%
G = 23.21%
B = 62.5%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#080D23 (or 0x080D23) is known color: Black Russian. HEX triplet: 08, 0D and 23. RGB value is (8,13,35). Sum of RGB (Red+Green+Blue) = 8+13+35=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #080D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D23 is #F7F2DC. Grayscale: #0D0D0D. Windows color (decimal): -16249565 or 2297096. OLE color: 2297096.

HSL color Cylindrical-coordinate representation of color #080D23: hue angle of 228.89º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #080D23 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 13 35 -
CMYK 0.77 0.63 0 0.86
HSL 228.89º 0.63% 0.08% -
HSV(B) 228.89º 0.77% 0.14% -
XYZ 0.55 0.46 1.65 -
YUV 14.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 8 13 35 0.77 0.63 0 0.86 228.89 0.63 0.08
Hex 8 D 23 4D 3F 0 56 E5 3F 8
Octal 10 15 43 115 77 0 126 345 77 10
Binary 1000 1101 100011 1001101 111111 0 1010110 11100101 111111 1000

Color Harmonies of #080D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D23

Black with #080D23

Text Example


Text Example

White with #080D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080D23; }

 p { color: rgb(8,13,35); }

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

background-color css

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

 a { background-color: rgb(8,13,35); }

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

border-color css

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

 span { border-color: rgb(8,13,35); }

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