Html Css Color HEX #021631 Black Pearl

📋 copy color: '#021631'

red 2 ◦ green 22 ◦ blue 49

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

Shades of Black Pearl #021631

Tints of Black Pearl #021631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.14%

 BLUE value IS 49 (19.53% from 255) = 67.12%

R = 2.74%
G = 30.14%
B = 67.12%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#021631 (or 0x021631) is known color: Black Pearl. HEX triplet: 02, 16 and 31. RGB value is (2,22,49). Sum of RGB (Red+Green+Blue) = 2+22+49=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #021631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021631 is #FDE9CE. Grayscale: #121212. Windows color (decimal): -16640463 or 3216898. OLE color: 3216898.

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

Color convert

RGB 2 22 49 -
CMYK 0.96 0.55 0 0.81
HSL 214.47º 0.92% 0.1% -
HSV(B) 214.47º 0.96% 0.19% -
XYZ 0.87 0.81 3.02 -
YUV 19.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 2 22 49 0.96 0.55 0 0.81 214.47 0.92 0.1
Hex 2 16 31 60 37 0 51 D6 5C A
Octal 2 26 61 140 67 0 121 326 134 12
Binary 10 10110 110001 1100000 110111 0 1010001 11010110 1011100 1010

Color Harmonies of #021631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021631

Black with #021631

Text Example


Text Example

White with #021631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021631; }

 p { color: rgb(2,22,49); }

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

background-color css

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

 a { background-color: rgb(2,22,49); }

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

border-color css

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

 span { border-color: rgb(2,22,49); }

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