Html Css Color HEX #08052A Black Russian

📋 copy color: '#08052A'

red 8 ◦ green 5 ◦ blue 42

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

Shades of Black Russian #08052A

Tints of Black Russian #08052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 76.36%

R = 14.55%
G = 9.09%
B = 76.36%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#08052A (or 0x08052A) is known color: Black Russian. HEX triplet: 08, 05 and 2A. RGB value is (8,5,42). Sum of RGB (Red+Green+Blue) = 8+5+42=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #08052A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08052A is #F7FAD5. Grayscale: #090909. Windows color (decimal): -16251606 or 2753800. OLE color: 2753800.

HSL color Cylindrical-coordinate representation of color #08052A: hue angle of 244.86º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08052A is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 5 42 -
CMYK 0.81 0.88 0 0.84
HSL 244.86º 0.79% 0.09% -
HSV(B) 244.86º 0.88% 0.16% -
XYZ 0.57 0.33 2.22 -
YUV 10.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 8 5 42 0.81 0.88 0 0.84 244.86 0.79 0.09
Hex 8 5 2A 51 58 0 54 F5 4F 9
Octal 10 5 52 121 130 0 124 365 117 11
Binary 1000 101 101010 1010001 1011000 0 1010100 11110101 1001111 1001

Color Harmonies of #08052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08052A

Black with #08052A

Text Example


Text Example

White with #08052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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