Html Css Color HEX #002129 Black Pearl

📋 copy color: '#002129'

red 0 ◦ green 33 ◦ blue 41

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

Shades of Black Pearl #002129

Tints of Black Pearl #002129

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 33 (13.28% from 255) = 44.59%

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

R = 0%
G = 44.59%
B = 55.41%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#002129 (or 0x002129) is known color: Black Pearl. HEX triplet: 00, 21 and 29. RGB value is (0,33,41). Sum of RGB (Red+Green+Blue) = 0+33+41=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #002129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002129 is #FFDED6. Grayscale: #171717. Windows color (decimal): -16768727 or 2695424. OLE color: 2695424.

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

Color convert

RGB 0 33 41 -
CMYK 1 0.20 0 0.84
HSL 191.71º 1% 0.08% -
HSV(B) 191.71º 1% 0.16% -
XYZ 0.94 1.25 2.29 -
YUV 24.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 0 33 41 1 0.20 0 0.84 191.71 1 0.08
Hex 0 21 29 64 14 0 54 C0 64 8
Octal 0 41 51 144 24 0 124 300 144 10
Binary 0 100001 101001 1100100 10100 0 1010100 11000000 1100100 1000

Color Harmonies of #002129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002129

Black with #002129

Text Example


Text Example

White with #002129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002129; }

 p { color: rgb(0,33,41); }

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

background-color css

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

 a { background-color: rgb(0,33,41); }

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

border-color css

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

 span { border-color: rgb(0,33,41); }

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