Html Css Color HEX #021328 Black Pearl

📋 copy color: '#021328'

red 2 ◦ green 19 ◦ blue 40

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

Shades of Black Pearl #021328

Tints of Black Pearl #021328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 65.57%

R = 3.28%
G = 31.15%
B = 65.57%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#021328 (or 0x021328) is known color: Black Pearl. HEX triplet: 02, 13 and 28. RGB value is (2,19,40). Sum of RGB (Red+Green+Blue) = 2+19+40=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #021328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021328 is #FDECD7. Grayscale: #101010. Windows color (decimal): -16641240 or 2626306. OLE color: 2626306.

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

Color convert

RGB 2 19 40 -
CMYK 0.95 0.52 0 0.84
HSL 213.16º 0.9% 0.08% -
HSV(B) 213.16º 0.95% 0.16% -
XYZ 0.64 0.63 2.1 -
YUV 16.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 2 19 40 0.95 0.52 0 0.84 213.16 0.9 0.08
Hex 2 13 28 5F 34 0 54 D5 5A 8
Octal 2 23 50 137 64 0 124 325 132 10
Binary 10 10011 101000 1011111 110100 0 1010100 11010101 1011010 1000

Color Harmonies of #021328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021328

Black with #021328

Text Example


Text Example

White with #021328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021328; }

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

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

background-color css

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

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

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

border-color css

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

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

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