#06242B

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

Shades of Black Pearl #06242B

Tints of Black Pearl #06242B

Color information

#06242B (or 0x06242B) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 2B. RGB value is (6,36,43). Sum of RGB (Red+Green+Blue) = 6+36+43=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #06242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06242B is #F9DBD4. Grayscale: #1B1B1B. Windows color (decimal): -16374741 or 2827270. OLE color: 2827270.

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

Color convert

RGB63643-
CMYK0.860.1600.83
HSL191.35º75.51%9.61%-
HSV(B)191.35º86.05%16.86%-
XYZ1.141.472.51-
YUV27.83136.56112.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=7.06%
G=42.35%
B=50.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal636430.860.1600.83191.3575.519.61
Hex6242B5610053bf4ca
Octal6445312620012327711412
Binary110100100101011101011010000010100111011111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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