Html Css Color HEX #021729 Black Pearl

📋 copy color: '#021729'

red 2 ◦ green 23 ◦ blue 41

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

Shades of Black Pearl #021729

Tints of Black Pearl #021729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 34.85%

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

R = 3.03%
G = 34.85%
B = 62.12%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#021729 (or 0x021729) is known color: Black Pearl. HEX triplet: 02, 17 and 29. RGB value is (2,23,41). Sum of RGB (Red+Green+Blue) = 2+23+41=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #021729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021729 is #FDE8D6. Grayscale: #121212. Windows color (decimal): -16640215 or 2692866. OLE color: 2692866.

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

Color convert

RGB 2 23 41 -
CMYK 0.95 0.44 0 0.84
HSL 207.69º 0.91% 0.08% -
HSV(B) 207.69º 0.95% 0.16% -
XYZ 0.73 0.79 2.21 -
YUV 18.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 2 23 41 0.95 0.44 0 0.84 207.69 0.91 0.08
Hex 2 17 29 5F 2C 0 54 D0 5B 8
Octal 2 27 51 137 54 0 124 320 133 10
Binary 10 10111 101001 1011111 101100 0 1010100 11010000 1011011 1000

Color Harmonies of #021729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021729

Black with #021729

Text Example


Text Example

White with #021729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021729; }

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

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

background-color css

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

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

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

border-color css

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

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

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