#001927

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

Shades of Black Pearl #001927

Tints of Black Pearl #001927

Color information

#001927 (or 0x001927) is unknown color: approx Black Pearl. HEX triplet: 00, 19 and 27. RGB value is (0,25,39). Sum of RGB (Red+Green+Blue) = 0+25+39=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #001927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001927 is #FFE6D8. Grayscale: #131313. Windows color (decimal): -16770777 or 2562304. OLE color: 2562304.

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

Color convert

RGB02539-
CMYK10.3600.85
HSL201.54º100%7.65%-
HSV(B)201.54º100%15.29%-
XYZ0.710.842.04-
YUV19.12139.22114.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=0%
G=39.06%
B=60.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0253910.3600.85201.541007.65
Hex019276424055ca648
Octal0314714444012531214410
Binary0110011001111100100100100010101011100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001927; }

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

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

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

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

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

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

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

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