#001D36

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

Shades of Black Pearl #001D36

Tints of Black Pearl #001D36

Color information

#001D36 (or 0x001D36) is unknown color: approx Black Pearl. HEX triplet: 00, 1D and 36. RGB value is (0,29,54). Sum of RGB (Red+Green+Blue) = 0+29+54=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 54 (21.48% from 255 or 65.06% from 83); Max value from RGB is 54 - color contains mainly: blue. Hex color #001D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D36 is #FFE2C9. Grayscale: #171717. Windows color (decimal): -16769738 or 3546368. OLE color: 3546368.

HSL color Cylindrical-coordinate representation of color #001D36: hue angle of 207.78º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D36 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB02954-
CMYK10.4600.79
HSL207.78º100%10.59%-
HSV(B)207.78º100%21.18%-
XYZ1.111.153.65-
YUV23.18145.39111.47-

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) = 34.94%
BLUE value IS 54 (21.48% from 255) = 65.06%
R=0%
G=34.94%
B=65.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0295410.4600.79207.7810010.59
Hex01D36642E04Fd064b
Octal0356614456011732014413
Binary0111011101101100100101110010011111101000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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