Html Css Color HEX #02131E Black Pearl

📋 copy color: '#02131E'

red 2 ◦ green 19 ◦ blue 30

#02131E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #02131E

Tints of Black Pearl #02131E

RGB

 RED value IS 2 (1.17% from 255) = 3.92%

 GREEN value IS 19 (7.81% from 255) = 37.25%

 BLUE value IS 30 (12.11% from 255) = 58.82%

R = 3.92%
G = 37.25%
B = 58.82%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#02131E (or 0x02131E) is known color: Black Pearl. HEX triplet: 02, 13 and 1E. RGB value is (2,19,30). Sum of RGB (Red+Green+Blue) = 2+19+30=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #02131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02131E is #FDECE1. Grayscale: #0F0F0F. Windows color (decimal): -16641250 or 1970946. OLE color: 1970946.

HSL color Cylindrical-coordinate representation of color #02131E: hue angle of 203.57º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02131E is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 19 30 -
CMYK 0.93 0.37 0 0.88
HSL 203.57º 0.88% 0.06% -
HSV(B) 203.57º 0.93% 0.12% -
XYZ 0.49 0.57 1.31 -
YUV 15.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 2 19 30 0.93 0.37 0 0.88 203.57 0.88 0.06
Hex 2 13 1E 5D 25 0 58 CC 58 6
Octal 2 23 36 135 45 0 130 314 130 6
Binary 10 10011 11110 1011101 100101 0 1011000 11001100 1011000 110

Color Harmonies of #02131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02131E

Black with #02131E

Text Example


Text Example

White with #02131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02131E;
 }
 .AnyTagClassName
 {
   color: #02131E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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