#02242B

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

Shades of Black Pearl #02242B

Tints of Black Pearl #02242B

Color information

#02242B (or 0x02242B) is unknown color: approx Black Pearl. HEX triplet: 02, 24 and 2B. RGB value is (2,36,43). Sum of RGB (Red+Green+Blue) = 2+36+43=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #02242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02242B is #FDDBD4. Grayscale: #1A1A1A. Windows color (decimal): -16636885 or 2827266. OLE color: 2827266.

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

Color convert

RGB23643-
CMYK0.950.1600.83
HSL190.24º91.11%8.82%-
HSV(B)190.24º95.35%16.86%-
XYZ1.091.452.51-
YUV26.63137.24110.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 36 (14.45% from 255) = 44.44%
BLUE value IS 43 (17.19% from 255) = 53.09%
R=2.47%
G=44.44%
B=53.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal236430.950.1600.83190.2491.118.82
Hex2242B5F10053be5b9
Octal2445313720012327613311
Binary10100100101011101111110000010100111011111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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