#001D2C

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

Shades of Black Pearl #001D2C

Tints of Black Pearl #001D2C

Color information

#001D2C (or 0x001D2C) is unknown color: approx Black Pearl. HEX triplet: 00, 1D and 2C. RGB value is (0,29,44). Sum of RGB (Red+Green+Blue) = 0+29+44=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #001D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D2C is #FFE2D3. Grayscale: #151515. Windows color (decimal): -16769748 or 2891008. OLE color: 2891008.

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

Color convert

RGB02944-
CMYK10.3400.83
HSL200.45º100%8.63%-
HSV(B)200.45º100%17.25%-
XYZ0.891.062.54-
YUV22.04140.39112.28-

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.73%
BLUE value IS 44 (17.58% from 255) = 60.27%
R=0%
G=39.73%
B=60.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0294410.3400.83200.451008.63
Hex01D2C6422053c8649
Octal0355414442012331014411
Binary0111011011001100100100010010100111100100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #001D2C;
 }
 .AnyTagClassName
 {
   color: #001D2C;
 }
</style>
background-color css

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

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

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

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

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

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