Html Css Color HEX #1C341E Black Bean

📋 copy color: '#1C341E'

red 28 ◦ green 52 ◦ blue 30

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

Shades of Black Bean #1C341E

Tints of Black Bean #1C341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 25.45%
G = 47.27%
B = 27.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#1C341E (or 0x1C341E) is known color: Black Bean. HEX triplet: 1C, 34 and 1E. RGB value is (28,52,30). Sum of RGB (Red+Green+Blue) = 28+52+30=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #1C341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C341E is #E3CBE1. Grayscale: #2A2A2A. Windows color (decimal): -14928866 or 1979420. OLE color: 1979420.

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

Color convert

RGB 28 52 30 -
CMYK 0.46 0 0.42 0.80
HSL 125º 0.3% 0.16% -
HSV(B) 125º 0.46% 0.2% -
XYZ 1.94 2.8 1.67 -
YUV 42.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 28 52 30 0.46 0 0.42 0.80 125 0.3 0.16
Hex 1C 34 1E 2E 0 2A 50 7D 1E 10
Octal 34 64 36 56 0 52 120 175 36 20
Binary 11100 110100 11110 101110 0 101010 1010000 1111101 11110 10000

Color Harmonies of #1C341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C341E

Black with #1C341E

Text Example


Text Example

White with #1C341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,52,30); }

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

background-color css

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

 a { background-color: rgb(28,52,30); }

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

border-color css

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

 span { border-color: rgb(28,52,30); }

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