#061824

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

Shades of Black Pearl #061824

Tints of Black Pearl #061824

Color information

#061824 (or 0x061824) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 24. RGB value is (6,24,36). Sum of RGB (Red+Green+Blue) = 6+24+36=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #061824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061824 is #F9E7DB. Grayscale: #131313. Windows color (decimal): -16377820 or 2365446. OLE color: 2365446.

HSL color Cylindrical-coordinate representation of color #061824: hue angle of 204º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #061824 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB62436-
CMYK0.830.3300.86
HSL204º71.43%8.24%-
HSV(B)204º83.33%14.12%-
XYZ0.720.821.79-
YUV19.99137.04118.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=9.09%
G=36.36%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal624360.830.3300.8620471.438.24
Hex618245321056cc478
Octal6304412341012631410710
Binary110110001001001010011100001010101101100110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061824; }

 p { color: rgb(6,24,36); }

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

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

 a { background-color: rgb(6,24,36); }

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

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

 span { border-color: rgb(6,24,36); }

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