Html Css Color HEX #08052E Black Russian

📋 copy color: '#08052E'

red 8 ◦ green 5 ◦ blue 46

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

Shades of Black Russian #08052E

Tints of Black Russian #08052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

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

R = 13.56%
G = 8.47%
B = 77.97%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#08052E (or 0x08052E) is known color: Black Russian. HEX triplet: 08, 05 and 2E. RGB value is (8,5,46). Sum of RGB (Red+Green+Blue) = 8+5+46=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 46 (18.36% from 255 or 77.97% from 59); Max value from RGB is 46 - color contains mainly: blue. Hex color #08052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08052E is #F7FAD1. Grayscale: #0A0A0A. Windows color (decimal): -16251602 or 3015944. OLE color: 3015944.

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

Color convert

RGB 8 5 46 -
CMYK 0.83 0.89 0 0.82
HSL 244.39º 0.8% 0.1% -
HSV(B) 244.39º 0.89% 0.18% -
XYZ 0.65 0.36 2.62 -
YUV 10.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 8 5 46 0.83 0.89 0 0.82 244.39 0.8 0.1
Hex 8 5 2E 53 59 0 52 F4 50 A
Octal 10 5 56 123 131 0 122 364 120 12
Binary 1000 101 101110 1010011 1011001 0 1010010 11110100 1010000 1010

Color Harmonies of #08052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08052E

Black with #08052E

Text Example


Text Example

White with #08052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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