#1B2223

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

Shades of Black Pearl #1B2223

Tints of Black Pearl #1B2223

Color information

#1B2223 (or 0x1B2223) is unknown color: approx Black Pearl. HEX triplet: 1B, 22 and 23. RGB value is (27,34,35). Sum of RGB (Red+Green+Blue) = 27+34+35=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 35 - color contains mainly: blue. Hex color #1B2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2223 is #E4DDDC. Grayscale: #202020. Windows color (decimal): -14999005 or 2302491. OLE color: 2302491.

HSL color Cylindrical-coordinate representation of color #1B2223: hue angle of 187.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1B2223 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB273435-
CMYK0.230.0300.86
HSL187.5º12.9%12.16%-
HSV(B)187.5º22.86%13.73%-
XYZ1.331.51.81-
YUV32.02129.68124.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.12%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=28.12%
G=35.42%
B=36.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2734350.230.0300.86187.512.912.16
Hex1B2223173056bbdc
Octal33424327301262731514
Binary110111000101000111011111010101101011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,34,35); }

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

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

 a { background-color: rgb(27,34,35); }

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

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

 span { border-color: rgb(27,34,35); }

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