#02131D

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

Shades of Black Pearl #02131D

Tints of Black Pearl #02131D

Color information

#02131D (or 0x02131D) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 1D. RGB value is (2,19,29). Sum of RGB (Red+Green+Blue) = 2+19+29=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #02131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02131D is #FDECE2. Grayscale: #0E0E0E. Windows color (decimal): -16641251 or 1905410. OLE color: 1905410.

HSL color Cylindrical-coordinate representation of color #02131D: hue angle of 202.22º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02131D is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB21929-
CMYK0.930.3400.89
HSL202.22º87.1%6.08%-
HSV(B)202.22º93.1%11.37%-
XYZ0.480.571.25-
YUV15.06135.87118.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 29 (11.72% from 255) = 58%
R=4%
G=38%
B=58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal219290.930.3400.89202.2287.16.08
Hex2131D5D22059ca576
Octal223351354201313121276
Binary101001111101101110110001001011001110010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02131D; }

 p { color: rgb(2,19,29); }

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

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

 a { background-color: rgb(2,19,29); }

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

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

 span { border-color: rgb(2,19,29); }

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