Html Css Color HEX #021327 Black Pearl

📋 copy color: '#021327'

red 2 ◦ green 19 ◦ blue 39

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

Shades of Black Pearl #021327

Tints of Black Pearl #021327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 65%

R = 3.33%
G = 31.67%
B = 65%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#021327 (or 0x021327) is known color: Black Pearl. HEX triplet: 02, 13 and 27. RGB value is (2,19,39). Sum of RGB (Red+Green+Blue) = 2+19+39=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #021327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021327 is #FDECD8. Grayscale: #101010. Windows color (decimal): -16641241 or 2560770. OLE color: 2560770.

HSL color Cylindrical-coordinate representation of color #021327: hue angle of 212.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021327 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 19 39 -
CMYK 0.95 0.51 0 0.85
HSL 212.43º 0.9% 0.08% -
HSV(B) 212.43º 0.95% 0.15% -
XYZ 0.62 0.63 2.01 -
YUV 16.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 2 19 39 0.95 0.51 0 0.85 212.43 0.9 0.08
Hex 2 13 27 5F 33 0 55 D4 5A 8
Octal 2 23 47 137 63 0 125 324 132 10
Binary 10 10011 100111 1011111 110011 0 1010101 11010100 1011010 1000

Color Harmonies of #021327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021327

Black with #021327

Text Example


Text Example

White with #021327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021327; }

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

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

background-color css

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

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

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

border-color css

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

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

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