#1D272F

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

Shades of Black Pearl #1D272F

Tints of Black Pearl #1D272F

Color information

#1D272F (or 0x1D272F) is unknown color: approx Black Pearl. HEX triplet: 1D, 27 and 2F. RGB value is (29,39,47). Sum of RGB (Red+Green+Blue) = 29+39+47=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D272F is #E2D8D0. Grayscale: #242424. Windows color (decimal): -14866641 or 3090205. OLE color: 3090205.

HSL color Cylindrical-coordinate representation of color #1D272F: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D272F is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB293947-
CMYK0.380.1700.82
HSL206.67º23.68%14.9%-
HSV(B)206.67º38.3%18.43%-
XYZ1.751.922.97-
YUV36.92133.69122.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.22%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=25.22%
G=33.91%
B=40.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2939470.380.1700.82206.6723.6814.9
Hex1D272F2611052cf18f
Octal354757462101223173017
Binary11101100111101111100110100010101001011001111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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