#1D3423

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

Shades of Black Bean #1D3423

Tints of Black Bean #1D3423

Color information

#1D3423 (or 0x1D3423) is unknown color: approx Black Bean. HEX triplet: 1D, 34 and 23. RGB value is (29,52,35). Sum of RGB (Red+Green+Blue) = 29+52+35=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3423 is #E2CBDC. Grayscale: #2B2B2B. Windows color (decimal): -14863325 or 2307101. OLE color: 2307101.

HSL color Cylindrical-coordinate representation of color #1D3423: hue angle of 135.65º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D3423 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB295235-
CMYK0.4400.330.80
HSL135.65º28.4%15.88%-
HSV(B)135.65º44.23%20.39%-
XYZ2.042.842.03-
YUV43.18123.38117.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=25%
G=44.83%
B=30.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2952350.4400.330.80135.6528.415.88
Hex1D34232C02150881c10
Octal356443540411202103420
Binary1110111010010001110110001000011010000100010001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,52,35); }

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

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

 a { background-color: rgb(29,52,35); }

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

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

 span { border-color: rgb(29,52,35); }

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