#06242A

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

Shades of Black Pearl #06242A

Tints of Black Pearl #06242A

Color information

#06242A (or 0x06242A) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 2A. RGB value is (6,36,42). Sum of RGB (Red+Green+Blue) = 6+36+42=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #06242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06242A is #F9DBD5. Grayscale: #1B1B1B. Windows color (decimal): -16374742 or 2761734. OLE color: 2761734.

HSL color Cylindrical-coordinate representation of color #06242A: hue angle of 190º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06242A is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB63642-
CMYK0.860.1400.84
HSL190º75%9.41%-
HSV(B)190º85.71%16.47%-
XYZ1.121.472.41-
YUV27.71136.06112.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 42 (16.80% from 255) = 50%
R=7.14%
G=42.86%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal636420.860.1400.84190759.41
Hex6242A56E054be4b9
Octal6445212616012427611311
Binary11010010010101010101101110010101001011111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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