#061427

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

Shades of Black Pearl #061427

Tints of Black Pearl #061427

Color information

#061427 (or 0x061427) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 27. RGB value is (6,20,39). Sum of RGB (Red+Green+Blue) = 6+20+39=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #061427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061427 is #F9EBD8. Grayscale: #111111. Windows color (decimal): -16378841 or 2561030. OLE color: 2561030.

HSL color Cylindrical-coordinate representation of color #061427: hue angle of 214.55º 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 #061427 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB62039-
CMYK0.850.4900.85
HSL214.55º73.33%8.82%-
HSV(B)214.55º84.62%15.29%-
XYZ0.690.692.02-
YUV17.98139.86119.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 39 (15.62% from 255) = 60%
R=9.23%
G=30.77%
B=60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal620390.850.4900.85214.5573.338.82
Hex614275531055d7499
Octal6244712561012532711111
Binary110101001001111010101110001010101011101011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061427; }

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

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

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

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

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

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

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

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