Html Css Color HEX #001D2D Black Pearl

📋 copy color: '#001D2D'

red 0 ◦ green 29 ◦ blue 45

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

Shades of Black Pearl #001D2D

Tints of Black Pearl #001D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 60.81%

R = 0%
G = 39.19%
B = 60.81%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#001D2D (or 0x001D2D) is known color: Black Pearl. HEX triplet: 00, 1D and 2D. RGB value is (0,29,45). Sum of RGB (Red+Green+Blue) = 0+29+45=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #001D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D2D is #FFE2D2. Grayscale: #161616. Windows color (decimal): -16769747 or 2956544. OLE color: 2956544.

HSL color Cylindrical-coordinate representation of color #001D2D: hue angle of 201.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D2D is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 29 45 -
CMYK 1 0.36 0 0.82
HSL 201.33º 1% 0.09% -
HSV(B) 201.33º 1% 0.18% -
XYZ 0.91 1.07 2.64 -
YUV 22.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 0 29 45 1 0.36 0 0.82 201.33 1 0.09
Hex 0 1D 2D 64 24 0 52 C9 64 9
Octal 0 35 55 144 44 0 122 311 144 11
Binary 0 11101 101101 1100100 100100 0 1010010 11001001 1100100 1001

Color Harmonies of #001D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D2D

Black with #001D2D

Text Example


Text Example

White with #001D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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