#1B272B

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

Shades of Black Pearl #1B272B

Tints of Black Pearl #1B272B

Color information

#1B272B (or 0x1B272B) is unknown color: approx Black Pearl. HEX triplet: 1B, 27 and 2B. RGB value is (27,39,43). Sum of RGB (Red+Green+Blue) = 27+39+43=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B272B is #E4D8D4. Grayscale: #232323. Windows color (decimal): -14997717 or 2828059. OLE color: 2828059.

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

Color convert

RGB273943-
CMYK0.370.0900.83
HSL195º22.86%13.73%-
HSV(B)195º37.21%16.86%-
XYZ1.611.862.56-
YUV35.87132.02121.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.77%
GREEN value IS 39 (15.62% from 255) = 35.78%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=24.77%
G=35.78%
B=39.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2739430.370.0900.8319522.8613.73
Hex1B272B259053c317e
Octal334753451101233032716
Binary1101110011110101110010110010101001111000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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