Html Css Color HEX #080C2D Black Russian

📋 copy color: '#080C2D'

red 8 ◦ green 12 ◦ blue 45

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

Shades of Black Russian #080C2D

Tints of Black Russian #080C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.46%

 BLUE value IS 45 (17.97% from 255) = 69.23%

R = 12.31%
G = 18.46%
B = 69.23%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#080C2D (or 0x080C2D) is known color: Black Russian. HEX triplet: 08, 0C and 2D. RGB value is (8,12,45). Sum of RGB (Red+Green+Blue) = 8+12+45=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #080C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C2D is #F7F3D2. Grayscale: #0E0E0E. Windows color (decimal): -16249811 or 2952200. OLE color: 2952200.

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

Color convert

RGB 8 12 45 -
CMYK 0.82 0.73 0 0.82
HSL 233.51º 0.7% 0.1% -
HSV(B) 233.51º 0.82% 0.18% -
XYZ 0.71 0.5 2.54 -
YUV 14.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 8 12 45 0.82 0.73 0 0.82 233.51 0.7 0.1
Hex 8 C 2D 52 49 0 52 EA 46 A
Octal 10 14 55 122 111 0 122 352 106 12
Binary 1000 1100 101101 1010010 1001001 0 1010010 11101010 1000110 1010

Color Harmonies of #080C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C2D

Black with #080C2D

Text Example


Text Example

White with #080C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,12,45); }

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

background-color css

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

 a { background-color: rgb(8,12,45); }

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

border-color css

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

 span { border-color: rgb(8,12,45); }

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