#061228

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

Shades of Black Russian #061228

Tints of Black Russian #061228

Color information

#061228 (or 0x061228) is unknown color: approx Black Russian. HEX triplet: 06, 12 and 28. RGB value is (6,18,40). Sum of RGB (Red+Green+Blue) = 6+18+40=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #061228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061228 is #F9EDD7. Grayscale: #101010. Windows color (decimal): -16379352 or 2626054. OLE color: 2626054.

HSL color Cylindrical-coordinate representation of color #061228: hue angle of 218.82º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061228 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB61840-
CMYK0.850.5500.84
HSL218.82º73.91%9.02%-
HSV(B)218.82º85%15.69%-
XYZ0.670.622.09-
YUV16.92141.02120.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.38%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 40 (16.02% from 255) = 62.5%
R=9.38%
G=28.12%
B=62.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal618400.850.5500.84218.8273.919.02
Hex612285537054db4a9
Octal6225012567012433311211
Binary110100101010001010101110111010101001101101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061228; }

 p { color: rgb(6,18,40); }

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

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

 a { background-color: rgb(6,18,40); }

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

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

 span { border-color: rgb(6,18,40); }

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