#06242C

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

Shades of Black Pearl #06242C

Tints of Black Pearl #06242C

Color information

#06242C (or 0x06242C) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 2C. RGB value is (6,36,44). Sum of RGB (Red+Green+Blue) = 6+36+44=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #06242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06242C is #F9DBD3. Grayscale: #1B1B1B. Windows color (decimal): -16374740 or 2892806. OLE color: 2892806.

HSL color Cylindrical-coordinate representation of color #06242C: hue angle of 192.63º 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 #06242C is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB63644-
CMYK0.860.1800.83
HSL192.63º76%9.8%-
HSV(B)192.63º86.36%17.25%-
XYZ1.161.482.61-
YUV27.94137.06112.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 44 (17.58% from 255) = 51.16%
R=6.98%
G=41.86%
B=51.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal636440.860.1800.83192.63769.8
Hex6242C5612053c14ca
Octal6445412622012330111412
Binary110100100101100101011010010010100111100000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06242C; }

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

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

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

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

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

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

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

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