#02242A

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

Shades of Black Pearl #02242A

Tints of Black Pearl #02242A

Color information

#02242A (or 0x02242A) is unknown color: approx Black Pearl. HEX triplet: 02, 24 and 2A. RGB value is (2,36,42). Sum of RGB (Red+Green+Blue) = 2+36+42=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #02242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02242A is #FDDBD5. Grayscale: #1A1A1A. Windows color (decimal): -16636886 or 2761730. OLE color: 2761730.

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

Color convert

RGB23642-
CMYK0.950.1400.84
HSL189º90.91%8.63%-
HSV(B)189º95.24%16.47%-
XYZ1.071.442.41-
YUV26.52136.74110.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 36 (14.45% from 255) = 45%
BLUE value IS 42 (16.80% from 255) = 52.5%
R=2.5%
G=45%
B=52.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal236420.950.1400.8418990.918.63
Hex2242A5FE054bd5b9
Octal2445213716012427513311
Binary1010010010101010111111110010101001011110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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