Html Css Color HEX #021315 Black Pearl

📋 copy color: '#021315'

red 2 ◦ green 19 ◦ blue 21

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

Shades of Black Pearl #021315

Tints of Black Pearl #021315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 50%

R = 4.76%
G = 45.24%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#021315 (or 0x021315) is known color: Black Pearl. HEX triplet: 02, 13 and 15. RGB value is (2,19,21). Sum of RGB (Red+Green+Blue) = 2+19+21=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #021315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021315 is #FDECEA. Grayscale: #0E0E0E. Windows color (decimal): -16641259 or 1381122. OLE color: 1381122.

HSL color Cylindrical-coordinate representation of color #021315: hue angle of 186.32º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021315 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 19 21 -
CMYK 0.90 0.10 0 0.92
HSL 186.32º 0.83% 0.05% -
HSV(B) 186.32º 0.9% 0.08% -
XYZ 0.39 0.53 0.79 -
YUV 14.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 2 19 21 0.90 0.10 0 0.92 186.32 0.83 0.05
Hex 2 13 15 5A A 0 5C BA 53 5
Octal 2 23 25 132 12 0 134 272 123 5
Binary 10 10011 10101 1011010 1010 0 1011100 10111010 1010011 101

Color Harmonies of #021315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021315

Black with #021315

Text Example


Text Example

White with #021315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021315; }

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

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

background-color css

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

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

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

border-color css

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

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

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