#1B2225

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

Shades of Black Pearl #1B2225

Tints of Black Pearl #1B2225

Color information

#1B2225 (or 0x1B2225) is unknown color: approx Black Pearl. HEX triplet: 1B, 22 and 25. RGB value is (27,34,37). Sum of RGB (Red+Green+Blue) = 27+34+37=98 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.55% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2225 is #E4DDDA. Grayscale: #202020. Windows color (decimal): -14999003 or 2433563. OLE color: 2433563.

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

Color convert

RGB273437-
CMYK0.270.0800.85
HSL198º15.62%12.55%-
HSV(B)198º27.03%14.51%-
XYZ1.361.511.97-
YUV32.25130.68124.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.55%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=27.55%
G=34.69%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2734370.270.0800.8519815.6212.55
Hex1B22251B8055c610d
Octal334245331001253062015
Binary110111000101001011101110000101010111000110100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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