Html Css Color HEX #1C2F20 Black Bean

📋 copy color: '#1C2F20'

red 28 ◦ green 47 ◦ blue 32

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

Shades of Black Bean #1C2F20

Tints of Black Bean #1C2F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.93%

 BLUE value IS 32 (12.89% from 255) = 29.91%

R = 26.17%
G = 43.93%
B = 29.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.82

RGB Variations

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

Color information

#1C2F20 (or 0x1C2F20) is known color: Black Bean. HEX triplet: 1C, 2F and 20. RGB value is (28,47,32). Sum of RGB (Red+Green+Blue) = 28+47+32=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F20 is #E3D0DF. Grayscale: #272727. Windows color (decimal): -14930144 or 2109212. OLE color: 2109212.

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

Color convert

RGB 28 47 32 -
CMYK 0.40 0 0.32 0.82
HSL 132.63º 0.25% 0.15% -
HSV(B) 132.63º 0.4% 0.18% -
XYZ 1.76 2.38 1.73 -
YUV 39.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 28 47 32 0.40 0 0.32 0.82 132.63 0.25 0.15
Hex 1C 2F 20 28 0 20 52 85 19 F
Octal 34 57 40 50 0 40 122 205 31 17
Binary 11100 101111 100000 101000 0 100000 1010010 10000101 11001 1111

Color Harmonies of #1C2F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2F20

Black with #1C2F20

Text Example


Text Example

White with #1C2F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,47,32); }

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

background-color css

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

 a { background-color: rgb(28,47,32); }

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

border-color css

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

 span { border-color: rgb(28,47,32); }

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