Html Css Color HEX #1C241D Black Bean

📋 copy color: '#1C241D'

red 28 ◦ green 36 ◦ blue 29

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

Shades of Black Bean #1C241D

Tints of Black Bean #1C241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 38.71%

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

R = 30.11%
G = 38.71%
B = 31.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

#1C241D (or 0x1C241D) is known color: Black Bean. HEX triplet: 1C, 24 and 1D. RGB value is (28,36,29). Sum of RGB (Red+Green+Blue) = 28+36+29=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 36 - color contains mainly: green. Hex color #1C241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C241D is #E3DBE2. Grayscale: #202020. Windows color (decimal): -14932963 or 1909788. OLE color: 1909788.

HSL color Cylindrical-coordinate representation of color #1C241D: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1C241D is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 36 29 -
CMYK 0.22 0 0.19 0.86
HSL 127.5º 0.13% 0.13% -
HSV(B) 127.5º 0.22% 0.14% -
XYZ 1.33 1.6 1.4 -
YUV 32.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 28 36 29 0.22 0 0.19 0.86 127.5 0.13 0.13
Hex 1C 24 1D 16 0 13 56 80 C D
Octal 34 44 35 26 0 23 126 200 14 15
Binary 11100 100100 11101 10110 0 10011 1010110 10000000 1100 1101

Color Harmonies of #1C241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C241D

Black with #1C241D

Text Example


Text Example

White with #1C241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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