#06102A

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

Shades of Black Russian #06102A

Tints of Black Russian #06102A

Color information

#06102A (or 0x06102A) is unknown color: approx Black Russian. HEX triplet: 06, 10 and 2A. RGB value is (6,16,42). Sum of RGB (Red+Green+Blue) = 6+16+42=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #06102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06102A is #F9EFD5. Grayscale: #0F0F0F. Windows color (decimal): -16379862 or 2756614. OLE color: 2756614.

HSL color Cylindrical-coordinate representation of color #06102A: hue angle of 223.33º 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 #06102A is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB61642-
CMYK0.860.6200.84
HSL223.33º75%9.41%-
HSV(B)223.33º85.71%16.47%-
XYZ0.680.582.27-
YUV15.97142.69120.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.38%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 65.62%
R=9.38%
G=25%
B=65.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal616420.860.6200.84223.33759.41
Hex6102A563E054df4b9
Octal6205212676012433711311
Binary110100001010101010110111110010101001101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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