#1D272B

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

Shades of Black Pearl #1D272B

Tints of Black Pearl #1D272B

Color information

#1D272B (or 0x1D272B) is unknown color: approx Black Pearl. HEX triplet: 1D, 27 and 2B. RGB value is (29,39,43). Sum of RGB (Red+Green+Blue) = 29+39+43=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D272B is #E2D8D4. Grayscale: #242424. Windows color (decimal): -14866645 or 2828061. OLE color: 2828061.

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

Color convert

RGB293943-
CMYK0.330.0900.83
HSL197.14º19.44%14.12%-
HSV(B)197.14º32.56%16.86%-
XYZ1.671.892.56-
YUV36.47131.69122.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.13%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=26.13%
G=35.14%
B=38.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2939430.330.0900.83197.1419.4414.12
Hex1D272B219053c513e
Octal354753411101233052316
Binary1110110011110101110000110010101001111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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