#060F2B

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

Shades of Black Russian #060F2B

Tints of Black Russian #060F2B

Color information

#060F2B (or 0x060F2B) is unknown color: approx Black Russian. HEX triplet: 06, 0F and 2B. RGB value is (6,15,43). Sum of RGB (Red+Green+Blue) = 6+15+43=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #060F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F2B is #F9F0D4. Grayscale: #0F0F0F. Windows color (decimal): -16380117 or 2821894. OLE color: 2821894.

HSL color Cylindrical-coordinate representation of color #060F2B: hue angle of 225.41º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060F2B is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB61543-
CMYK0.860.6500.83
HSL225.41º75.51%9.61%-
HSV(B)225.41º86.05%16.86%-
XYZ0.680.552.36-
YUV15.5143.52121.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.38%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 43 (17.19% from 255) = 67.19%
R=9.38%
G=23.44%
B=67.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal615430.860.6500.83225.4175.519.61
Hex6F2B5641053e14ca
Octal61753126101012334111412
Binary110111110101110101101000001010100111110000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F2B; }

 p { color: rgb(6,15,43); }

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

<style>
 a { background-color: #060F2B; }

 a { background-color: rgb(6,15,43); }

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

<style>
 span { border-color: #060F2B; }

 span { border-color: rgb(6,15,43); }

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