#00242C

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

Shades of Black Pearl #00242C

Tints of Black Pearl #00242C

Color information

#00242C (or 0x00242C) is unknown color: approx Black Pearl. HEX triplet: 00, 24 and 2C. RGB value is (0,36,44). Sum of RGB (Red+Green+Blue) = 0+36+44=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #00242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00242C is #FFDBD3. Grayscale: #1A1A1A. Windows color (decimal): -16767956 or 2892800. OLE color: 2892800.

HSL color Cylindrical-coordinate representation of color #00242C: hue angle of 190.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00242C is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB03644-
CMYK10.1800.83
HSL190.91º100%8.63%-
HSV(B)190.91º100%17.25%-
XYZ1.091.442.6-
YUV26.15138.07109.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 45%
BLUE value IS 44 (17.58% from 255) = 55%
R=0%
G=45%
B=55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0364410.1800.83190.911008.63
Hex0242C6412053bf649
Octal0445414422012327714411
Binary0100100101100110010010010010100111011111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00242C; }

 p { color: rgb(0,36,44); }

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

<style>
 a { background-color: #00242C; }

 a { background-color: rgb(0,36,44); }

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

<style>
 span { border-color: #00242C; }

 span { border-color: rgb(0,36,44); }

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