Html Css Color HEX #001D29 Black Pearl

📋 copy color: '#001D29'

red 0 ◦ green 29 ◦ blue 41

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

Shades of Black Pearl #001D29

Tints of Black Pearl #001D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 41.43%

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

R = 0%
G = 41.43%
B = 58.57%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001D29 (or 0x001D29) is known color: Black Pearl. HEX triplet: 00, 1D and 29. RGB value is (0,29,41). Sum of RGB (Red+Green+Blue) = 0+29+41=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #001D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D29 is #FFE2D6. Grayscale: #151515. Windows color (decimal): -16769751 or 2694400. OLE color: 2694400.

HSL color Cylindrical-coordinate representation of color #001D29: hue angle of 197.56º 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 #001D29 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 29 41 -
CMYK 1 0.29 0 0.84
HSL 197.56º 1% 0.08% -
HSV(B) 197.56º 1% 0.16% -
XYZ 0.84 1.04 2.25 -
YUV 21.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 0 29 41 1 0.29 0 0.84 197.56 1 0.08
Hex 0 1D 29 64 1D 0 54 C6 64 8
Octal 0 35 51 144 35 0 124 306 144 10
Binary 0 11101 101001 1100100 11101 0 1010100 11000110 1100100 1000

Color Harmonies of #001D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D29

Black with #001D29

Text Example


Text Example

White with #001D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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