#1D301F

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

Shades of Black Bean #1D301F

Tints of Black Bean #1D301F

Color information

#1D301F (or 0x1D301F) is unknown color: approx Black Bean. HEX triplet: 1D, 30 and 1F. RGB value is (29,48,31). Sum of RGB (Red+Green+Blue) = 29+48+31=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #1D301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D301F is #E2CFE0. Grayscale: #282828. Windows color (decimal): -14864353 or 2043933. OLE color: 2043933.

HSL color Cylindrical-coordinate representation of color #1D301F: hue angle of 126.32º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D301F is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB294831-
CMYK0.4000.350.81
HSL126.32º24.68%15.1%-
HSV(B)126.32º39.58%18.82%-
XYZ1.812.471.68-
YUV40.38122.71119.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.85%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=26.85%
G=44.44%
B=28.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948310.4000.350.81126.3224.6815.1
Hex1D301F28023517e19f
Octal356037500431211763117
Binary1110111000011111101000010001110100011111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,31); }

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

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

 a { background-color: rgb(29,48,31); }

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

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

 span { border-color: rgb(29,48,31); }

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