#001928

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

Shades of Black Pearl #001928

Tints of Black Pearl #001928

Color information

#001928 (or 0x001928) is unknown color: approx Black Pearl. HEX triplet: 00, 19 and 28. RGB value is (0,25,40). Sum of RGB (Red+Green+Blue) = 0+25+40=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #001928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001928 is #FFE6D7. Grayscale: #131313. Windows color (decimal): -16770776 or 2627840. OLE color: 2627840.

HSL color Cylindrical-coordinate representation of color #001928: hue angle of 202.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001928 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB02540-
CMYK10.3800.84
HSL202.5º100%7.84%-
HSV(B)202.5º100%15.69%-
XYZ0.730.852.13-
YUV19.24139.72114.28-

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) = 38.46%
BLUE value IS 40 (16.02% from 255) = 61.54%
R=0%
G=38.46%
B=61.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0254010.3800.84202.51007.84
Hex019286426054ca648
Octal0315014446012431214410
Binary0110011010001100100100110010101001100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001928; }

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

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

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

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

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

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

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

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