Html Css Color HEX #001D24 Black Pearl

📋 copy color: '#001D24'

red 0 ◦ green 29 ◦ blue 36

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

Shades of Black Pearl #001D24

Tints of Black Pearl #001D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 55.38%

R = 0%
G = 44.62%
B = 55.38%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001D24 (or 0x001D24) is known color: Black Pearl. HEX triplet: 00, 1D and 24. RGB value is (0,29,36). Sum of RGB (Red+Green+Blue) = 0+29+36=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #001D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D24 is #FFE2DB. Grayscale: #151515. Windows color (decimal): -16769756 or 2366720. OLE color: 2366720.

HSL color Cylindrical-coordinate representation of color #001D24: hue angle of 191.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D24 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 29 36 -
CMYK 1 0.19 0 0.86
HSL 191.67º 1% 0.07% -
HSV(B) 191.67º 1% 0.14% -
XYZ 0.76 1.01 1.82 -
YUV 21.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 0 29 36 1 0.19 0 0.86 191.67 1 0.07
Hex 0 1D 24 64 13 0 56 C0 64 7
Octal 0 35 44 144 23 0 126 300 144 7
Binary 0 11101 100100 1100100 10011 0 1010110 11000000 1100100 111

Color Harmonies of #001D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D24

Black with #001D24

Text Example


Text Example

White with #001D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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