Html Css Color HEX #021229 Black Pearl

📋 copy color: '#021229'

red 2 ◦ green 18 ◦ blue 41

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

Shades of Black Pearl #021229

Tints of Black Pearl #021229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.51%

 BLUE value IS 41 (16.41% from 255) = 67.21%

R = 3.28%
G = 29.51%
B = 67.21%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#021229 (or 0x021229) is known color: Black Pearl. HEX triplet: 02, 12 and 29. RGB value is (2,18,41). Sum of RGB (Red+Green+Blue) = 2+18+41=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #021229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021229 is #FDEDD6. Grayscale: #0F0F0F. Windows color (decimal): -16641495 or 2691586. OLE color: 2691586.

HSL color Cylindrical-coordinate representation of color #021229: hue angle of 215.38º degrees, saturation: 0.91, 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 #021229 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 18 41 -
CMYK 0.95 0.56 0 0.84
HSL 215.38º 0.91% 0.08% -
HSV(B) 215.38º 0.95% 0.16% -
XYZ 0.64 0.61 2.18 -
YUV 15.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 2 18 41 0.95 0.56 0 0.84 215.38 0.91 0.08
Hex 2 12 29 5F 38 0 54 D7 5B 8
Octal 2 22 51 137 70 0 124 327 133 10
Binary 10 10010 101001 1011111 111000 0 1010100 11010111 1011011 1000

Color Harmonies of #021229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021229

Black with #021229

Text Example


Text Example

White with #021229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021229; }

 p { color: rgb(2,18,41); }

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

background-color css

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

 a { background-color: rgb(2,18,41); }

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

border-color css

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

 span { border-color: rgb(2,18,41); }

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