Html Css Color HEX #021316 Black Pearl

📋 copy color: '#021316'

red 2 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #021316

Tints of Black Pearl #021316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 51.16%

R = 4.65%
G = 44.19%
B = 51.16%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021316 (or 0x021316) is known color: Black Pearl. HEX triplet: 02, 13 and 16. RGB value is (2,19,22). Sum of RGB (Red+Green+Blue) = 2+19+22=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #021316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021316 is #FDECE9. Grayscale: #0E0E0E. Windows color (decimal): -16641258 or 1446658. OLE color: 1446658.

HSL color Cylindrical-coordinate representation of color #021316: hue angle of 189º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021316 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 19 22 -
CMYK 0.91 0.14 0 0.91
HSL 189º 0.83% 0.05% -
HSV(B) 189º 0.91% 0.09% -
XYZ 0.4 0.54 0.84 -
YUV 14.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 2 19 22 0.91 0.14 0 0.91 189 0.83 0.05
Hex 2 13 16 5B E 0 5B BD 53 5
Octal 2 23 26 133 16 0 133 275 123 5
Binary 10 10011 10110 1011011 1110 0 1011011 10111101 1010011 101

Color Harmonies of #021316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021316

Black with #021316

Text Example


Text Example

White with #021316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021316; }

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

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

background-color css

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

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

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

border-color css

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

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

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