#001B28

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

Shades of Black Pearl #001B28

Tints of Black Pearl #001B28

Color information

#001B28 (or 0x001B28) is unknown color: approx Black Pearl. HEX triplet: 00, 1B and 28. RGB value is (0,27,40). Sum of RGB (Red+Green+Blue) = 0+27+40=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #001B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B28 is #FFE4D7. Grayscale: #141414. Windows color (decimal): -16770264 or 2628352. OLE color: 2628352.

HSL color Cylindrical-coordinate representation of color #001B28: hue angle of 199.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 #001B28 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB02740-
CMYK10.3300.84
HSL199.5º100%7.84%-
HSV(B)199.5º100%15.69%-
XYZ0.770.942.15-
YUV20.41139.05113.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 40.30%
BLUE value IS 40 (16.02% from 255) = 59.70%
R=0%
G=40.30%
B=59.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0274010.3300.84199.51007.84
Hex01B286421054c8648
Octal0335014441012431014410
Binary0110111010001100100100001010101001100100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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