#1D282F

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

Shades of Black Pearl #1D282F

Tints of Black Pearl #1D282F

Color information

#1D282F (or 0x1D282F) is unknown color: approx Black Pearl. HEX triplet: 1D, 28 and 2F. RGB value is (29,40,47). Sum of RGB (Red+Green+Blue) = 29+40+47=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D282F is #E2D7D0. Grayscale: #252525. Windows color (decimal): -14866385 or 3090461. OLE color: 3090461.

HSL color Cylindrical-coordinate representation of color #1D282F: hue angle of 203.33º 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 #1D282F is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB294047-
CMYK0.380.1500.82
HSL203.33º23.68%14.9%-
HSV(B)203.33º38.3%18.43%-
XYZ1.781.982.98-
YUV37.51133.36121.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=25%
G=34.48%
B=40.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2940470.380.1500.82203.3323.6814.9
Hex1D282F26F052cb18f
Octal355057461701223133017
Binary1110110100010111110011011110101001011001011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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