#1B252C

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

Shades of Black Pearl #1B252C

Tints of Black Pearl #1B252C

Color information

#1B252C (or 0x1B252C) is unknown color: approx Black Pearl. HEX triplet: 1B, 25 and 2C. RGB value is (27,37,44). Sum of RGB (Red+Green+Blue) = 27+37+44=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B252C is #E4DAD3. Grayscale: #222222. Windows color (decimal): -14998228 or 2893083. OLE color: 2893083.

HSL color Cylindrical-coordinate representation of color #1B252C: hue angle of 204.71º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B252C is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB273744-
CMYK0.390.1600.83
HSL204.71º23.94%13.92%-
HSV(B)204.71º38.64%17.25%-
XYZ1.571.742.64-
YUV34.81133.19122.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 44 (17.58% from 255) = 40.74%
R=25%
G=34.26%
B=40.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2737440.390.1600.83204.7123.9413.92
Hex1B252C2710053cd18e
Octal334554472001233153016
Binary11011100101101100100111100000101001111001101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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