#1B272D

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

Shades of Black Pearl #1B272D

Tints of Black Pearl #1B272D

Color information

#1B272D (or 0x1B272D) is unknown color: approx Black Pearl. HEX triplet: 1B, 27 and 2D. RGB value is (27,39,45). Sum of RGB (Red+Green+Blue) = 27+39+45=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B272D is #E4D8D2. Grayscale: #242424. Windows color (decimal): -14997715 or 2959131. OLE color: 2959131.

HSL color Cylindrical-coordinate representation of color #1B272D: hue angle of 200º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B272D is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB273945-
CMYK0.40.1300.82
HSL200º25%14.12%-
HSV(B)200º40%17.65%-
XYZ1.651.872.76-
YUV36.1133.02121.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.32%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=24.32%
G=35.14%
B=40.54%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2739450.40.1300.822002514.12
Hex1B272D28D052c819e
Octal334755501501223103116
Binary1101110011110110110100011010101001011001000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,39,45); }

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

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

 a { background-color: rgb(27,39,45); }

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

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

 span { border-color: rgb(27,39,45); }

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