#001D2D

Color #001D2D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #001D2D

Tints of Black Pearl #001D2D

Color information

#001D2D (or 0x001D2D) is unknown color: approx 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

RGB02945-
CMYK10.3600.82
HSL201.33º100%8.82%-
HSV(B)201.33º100%17.65%-
XYZ0.911.072.64-
YUV22.15140.89112.2-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0294510.3600.82201.331008.82
Hex01D2D6424052c9649
Octal0355514444012231114411
Binary0111011011011100100100100010100101100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>