#06082A

Color #06082A Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #06082A

Tints of Black Russian #06082A

Color information

#06082A (or 0x06082A) is unknown color: approx Black Russian. HEX triplet: 06, 08 and 2A. RGB value is (6,8,42). Sum of RGB (Red+Green+Blue) = 6+8+42=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 42 (16.80% from 255 or 75% from 56); Max value from RGB is 42 - color contains mainly: blue. Hex color #06082A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06082A is #F9F7D5. Grayscale: #0B0B0B. Windows color (decimal): -16381910 or 2754566. OLE color: 2754566.

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

Color convert

RGB6842-
CMYK0.860.8100.84
HSL236.67º75%9.41%-
HSV(B)236.67º85.71%16.47%-
XYZ0.580.382.23-
YUV11.28145.34124.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 42 (16.80% from 255) = 75%
R=10.71%
G=14.29%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal68420.860.8100.84236.67759.41
Hex682A5651054ed4b9
Octal61052126121012435511311
Binary110100010101010101101010001010101001110110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06082A;
 }
 .AnyTagClassName
 {
   color: #06082A;
 }
</style>
background-color css

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

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

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

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

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

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