Html Css Color HEX #080D2B Black Russian

📋 copy color: '#080D2B'

red 8 ◦ green 13 ◦ blue 43

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

Shades of Black Russian #080D2B

Tints of Black Russian #080D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 67.19%

R = 12.5%
G = 20.31%
B = 67.19%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#080D2B (or 0x080D2B) is known color: Black Russian. HEX triplet: 08, 0D and 2B. RGB value is (8,13,43). Sum of RGB (Red+Green+Blue) = 8+13+43=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #080D2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D2B is #F7F2D4. Grayscale: #0E0E0E. Windows color (decimal): -16249557 or 2821384. OLE color: 2821384.

HSL color Cylindrical-coordinate representation of color #080D2B: hue angle of 231.43º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #080D2B is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 8 13 43 -
CMYK 0.81 0.70 0 0.83
HSL 231.43º 0.69% 0.1% -
HSV(B) 231.43º 0.81% 0.17% -
XYZ 0.68 0.51 2.35 -
YUV 14.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 8 13 43 0.81 0.70 0 0.83 231.43 0.69 0.1
Hex 8 D 2B 51 46 0 53 E7 45 A
Octal 10 15 53 121 106 0 123 347 105 12
Binary 1000 1101 101011 1010001 1000110 0 1010011 11100111 1000101 1010

Color Harmonies of #080D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D2B

Black with #080D2B

Text Example


Text Example

White with #080D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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