#06242F

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

Shades of Black Pearl #06242F

Tints of Black Pearl #06242F

Color information

#06242F (or 0x06242F) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 2F. RGB value is (6,36,47). Sum of RGB (Red+Green+Blue) = 6+36+47=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #06242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06242F is #F9DBD0. Grayscale: #1C1C1C. Windows color (decimal): -16374737 or 3089414. OLE color: 3089414.

HSL color Cylindrical-coordinate representation of color #06242F: hue angle of 196.1º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06242F is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB63647-
CMYK0.870.2300.82
HSL196.1º77.36%10.39%-
HSV(B)196.1º87.23%18.43%-
XYZ1.221.512.92-
YUV28.28138.56112.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 36 (14.45% from 255) = 40.45%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=6.74%
G=40.45%
B=52.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal636470.870.2300.82196.177.3610.39
Hex6242F5717052c44da
Octal6445712727012230411512
Binary110100100101111101011110111010100101100010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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