Html Css Color HEX #08012E Black Russian

📋 copy color: '#08012E'

red 8 ◦ green 1 ◦ blue 46

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

Shades of Black Russian #08012E

Tints of Black Russian #08012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.82%

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

R = 14.55%
G = 1.82%
B = 83.64%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#08012E (or 0x08012E) is known color: Black Russian. HEX triplet: 08, 01 and 2E. RGB value is (8,1,46). Sum of RGB (Red+Green+Blue) = 8+1+46=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 46 (18.36% from 255 or 83.64% from 55); Max value from RGB is 46 - color contains mainly: blue. Hex color #08012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08012E is #F7FED1. Grayscale: #080808. Windows color (decimal): -16252626 or 3014920. OLE color: 3014920.

HSL color Cylindrical-coordinate representation of color #08012E: hue angle of 249.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08012E is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 8 1 46 -
CMYK 0.83 0.98 0 0.82
HSL 249.33º 0.96% 0.09% -
HSV(B) 249.33º 0.98% 0.18% -
XYZ 0.6 0.27 2.61 -
YUV 8.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 8 1 46 0.83 0.98 0 0.82 249.33 0.96 0.09
Hex 8 1 2E 53 62 0 52 F9 60 9
Octal 10 1 56 123 142 0 122 371 140 11
Binary 1000 1 101110 1010011 1100010 0 1010010 11111001 1100000 1001

Color Harmonies of #08012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08012E

Black with #08012E

Text Example


Text Example

White with #08012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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