Html Css Color HEX #1C271D Black Bean

📋 copy color: '#1C271D'

red 28 ◦ green 39 ◦ blue 29

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

Shades of Black Bean #1C271D

Tints of Black Bean #1C271D

RGB

 RED value IS 28 (11.33% from 255) = 29.17%

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

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

R = 29.17%
G = 40.63%
B = 30.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#1C271D (or 0x1C271D) is known color: Black Bean. HEX triplet: 1C, 27 and 1D. RGB value is (28,39,29). Sum of RGB (Red+Green+Blue) = 28+39+29=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #1C271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C271D is #E3D8E2. Grayscale: #222222. Windows color (decimal): -14932195 or 1910556. OLE color: 1910556.

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

Color convert

RGB 28 39 29 -
CMYK 0.28 0 0.26 0.85
HSL 125.45º 0.16% 0.13% -
HSV(B) 125.45º 0.28% 0.15% -
XYZ 1.43 1.79 1.43 -
YUV 34.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 28 39 29 0.28 0 0.26 0.85 125.45 0.16 0.13
Hex 1C 27 1D 1C 0 1A 55 7D 10 D
Octal 34 47 35 34 0 32 125 175 20 15
Binary 11100 100111 11101 11100 0 11010 1010101 1111101 10000 1101

Color Harmonies of #1C271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C271D

Black with #1C271D

Text Example


Text Example

White with #1C271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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