Html Css Color HEX #1C241C Black Bean

📋 copy color: '#1C241C'

red 28 ◦ green 36 ◦ blue 28

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

Shades of Black Bean #1C241C

Tints of Black Bean #1C241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 30.43%

R = 30.43%
G = 39.13%
B = 30.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#1C241C (or 0x1C241C) is known color: Black Bean. HEX triplet: 1C, 24 and 1C. RGB value is (28,36,28). Sum of RGB (Red+Green+Blue) = 28+36+28=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #1C241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C241C is #E3DBE3. Grayscale: #202020. Windows color (decimal): -14932964 or 1844252. OLE color: 1844252.

HSL color Cylindrical-coordinate representation of color #1C241C: hue angle of 120º 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 #1C241C is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 36 28 -
CMYK 0.22 0 0.22 0.86
HSL 120º 0.13% 0.13% -
HSV(B) 120º 0.22% 0.14% -
XYZ 1.32 1.59 1.34 -
YUV 32.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 28 36 28 0.22 0 0.22 0.86 120 0.13 0.13
Hex 1C 24 1C 16 0 16 56 78 C D
Octal 34 44 34 26 0 26 126 170 14 15
Binary 11100 100100 11100 10110 0 10110 1010110 1111000 1100 1101

Color Harmonies of #1C241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C241C

Black with #1C241C

Text Example


Text Example

White with #1C241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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