#1B2428

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

Shades of Black Pearl #1B2428

Tints of Black Pearl #1B2428

Color information

#1B2428 (or 0x1B2428) is unknown color: approx Black Pearl. HEX triplet: 1B, 24 and 28. RGB value is (27,36,40). Sum of RGB (Red+Green+Blue) = 27+36+40=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2428 is #E4DBD7. Grayscale: #212121. Windows color (decimal): -14998488 or 2630683. OLE color: 2630683.

HSL color Cylindrical-coordinate representation of color #1B2428: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B2428 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB273640-
CMYK0.330.1000.84
HSL198.46º19.4%13.14%-
HSV(B)198.46º32.5%15.69%-
XYZ1.471.652.25-
YUV33.76131.52123.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.21%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 40 (16.02% from 255) = 38.83%
R=26.21%
G=34.95%
B=38.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2736400.330.1000.84198.4619.413.14
Hex1B242821A054c613d
Octal334450411201243062315
Binary1101110010010100010000110100101010011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B2428; }

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

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

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

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

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

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

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

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