#001D27

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

Shades of Black Pearl #001D27

Tints of Black Pearl #001D27

Color information

#001D27 (or 0x001D27) is unknown color: approx Black Pearl. HEX triplet: 00, 1D and 27. RGB value is (0,29,39). Sum of RGB (Red+Green+Blue) = 0+29+39=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #001D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D27 is #FFE2D8. Grayscale: #151515. Windows color (decimal): -16769753 or 2563328. OLE color: 2563328.

HSL color Cylindrical-coordinate representation of color #001D27: hue angle of 195.38º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D27 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB02939-
CMYK10.2600.85
HSL195.38º100%7.65%-
HSV(B)195.38º100%15.29%-
XYZ0.811.032.07-
YUV21.47137.89112.69-

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) = 42.65%
BLUE value IS 39 (15.62% from 255) = 57.35%
R=0%
G=42.65%
B=57.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0293910.2600.85195.381007.65
Hex01D27641A055c3648
Octal0354714432012530314410
Binary011101100111110010011010010101011100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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