#061227

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

Shades of Black Pearl #061227

Tints of Black Pearl #061227

Color information

#061227 (or 0x061227) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 27. RGB value is (6,18,39). Sum of RGB (Red+Green+Blue) = 6+18+39=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #061227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061227 is #F9EDD8. Grayscale: #101010. Windows color (decimal): -16379353 or 2560518. OLE color: 2560518.

HSL color Cylindrical-coordinate representation of color #061227: hue angle of 218.18º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061227 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB61839-
CMYK0.850.5400.85
HSL218.18º73.33%8.82%-
HSV(B)218.18º84.62%15.29%-
XYZ0.660.622-
YUV16.81140.52120.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 39 (15.62% from 255) = 61.90%
R=9.52%
G=28.57%
B=61.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal618390.850.5400.85218.1873.338.82
Hex612275536055da499
Octal6224712566012533211111
Binary110100101001111010101110110010101011101101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061227; }

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

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

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

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

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

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

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

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