Html Css Color HEX #1D271D Black Bean

📋 copy color: '#1D271D'

red 29 ◦ green 39 ◦ blue 29

#1D271D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1D271D

Tints of Black Bean #1D271D

RGB

 RED value IS 29 (11.72% from 255) = 29.9%

 GREEN value IS 39 (15.63% from 255) = 40.21%

 BLUE value IS 29 (11.72% from 255) = 29.9%

R = 29.9%
G = 40.21%
B = 29.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#1D271D (or 0x1D271D) is known color: Black Bean. HEX triplet: 1D, 27 and 1D. RGB value is (29,39,29). Sum of RGB (Red+Green+Blue) = 29+39+29=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 39 - color contains mainly: green. Hex color #1D271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D271D is #E2D8E2. Grayscale: #222222. Windows color (decimal): -14866659 or 1910557. OLE color: 1910557.

HSL color Cylindrical-coordinate representation of color #1D271D: hue angle of 120º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1D271D is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 39 29 -
CMYK 0.26 0 0.26 0.85
HSL 120º 0.15% 0.13% -
HSV(B) 120º 0.26% 0.15% -
XYZ 1.45 1.8 1.43 -
YUV 34.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 29 39 29 0.26 0 0.26 0.85 120 0.15 0.13
Hex 1D 27 1D 1A 0 1A 55 78 F D
Octal 35 47 35 32 0 32 125 170 17 15
Binary 11101 100111 11101 11010 0 11010 1010101 1111000 1111 1101

Color Harmonies of #1D271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D271D

Black with #1D271D

Text Example


Text Example

White with #1D271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D271D;
 }
 .AnyTagClassName
 {
   color: #1D271D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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