Html Css Color HEX #080D2E Black Russian

📋 copy color: '#080D2E'

red 8 ◦ green 13 ◦ blue 46

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

Shades of Black Russian #080D2E

Tints of Black Russian #080D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 68.66%

R = 11.94%
G = 19.4%
B = 68.66%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#080D2E (or 0x080D2E) is known color: Black Russian. HEX triplet: 08, 0D and 2E. RGB value is (8,13,46). Sum of RGB (Red+Green+Blue) = 8+13+46=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #080D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D2E is #F7F2D1. Grayscale: #0F0F0F. Windows color (decimal): -16249554 or 3017992. OLE color: 3017992.

HSL color Cylindrical-coordinate representation of color #080D2E: hue angle of 232.11º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080D2E is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 8 13 46 -
CMYK 0.83 0.72 0 0.82
HSL 232.11º 0.7% 0.11% -
HSV(B) 232.11º 0.83% 0.18% -
XYZ 0.74 0.54 2.65 -
YUV 15.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 8 13 46 0.83 0.72 0 0.82 232.11 0.7 0.11
Hex 8 D 2E 53 48 0 52 E8 46 B
Octal 10 15 56 123 110 0 122 350 106 13
Binary 1000 1101 101110 1010011 1001000 0 1010010 11101000 1000110 1011

Color Harmonies of #080D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D2E

Black with #080D2E

Text Example


Text Example

White with #080D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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