#001827

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

Shades of Black Pearl #001827

Tints of Black Pearl #001827

Color information

#001827 (or 0x001827) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 27. RGB value is (0,24,39). Sum of RGB (Red+Green+Blue) = 0+24+39=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #001827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001827 is #FFE7D8. Grayscale: #121212. Windows color (decimal): -16771033 or 2562048. OLE color: 2562048.

HSL color Cylindrical-coordinate representation of color #001827: hue angle of 203.08º 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 #001827 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB02439-
CMYK10.3800.85
HSL203.08º100%7.65%-
HSV(B)203.08º100%15.29%-
XYZ0.690.82.04-
YUV18.53139.55114.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 39 (15.62% from 255) = 61.90%
R=0%
G=38.10%
B=61.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0243910.3800.85203.081007.65
Hex018276426055cb648
Octal0304714446012531314410
Binary0110001001111100100100110010101011100101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001827; }

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

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

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

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

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

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

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

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