#002431

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

Shades of Black Pearl #002431

Tints of Black Pearl #002431

Color information

#002431 (or 0x002431) is unknown color: approx Black Pearl. HEX triplet: 00, 24 and 31. RGB value is (0,36,49). Sum of RGB (Red+Green+Blue) = 0+36+49=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #002431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002431 is #FFDBCE. Grayscale: #1A1A1A. Windows color (decimal): -16767951 or 3220480. OLE color: 3220480.

HSL color Cylindrical-coordinate representation of color #002431: hue angle of 195.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002431 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB03649-
CMYK10.2700.81
HSL195.92º100%9.61%-
HSV(B)195.92º100%19.22%-
XYZ1.191.483.13-
YUV26.72140.57108.94-

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) = 42.35%
BLUE value IS 49 (19.53% from 255) = 57.65%
R=0%
G=42.35%
B=57.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0364910.2700.81195.921009.61
Hex02431641B051c464a
Octal0446114433012130414412
Binary0100100110001110010011011010100011100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002431; }

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

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

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

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

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

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

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

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