Html Css Color HEX #1C261C Black Bean

📋 copy color: '#1C261C'

red 28 ◦ green 38 ◦ blue 28

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

Shades of Black Bean #1C261C

Tints of Black Bean #1C261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.43%

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

R = 29.79%
G = 40.43%
B = 29.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#1C261C (or 0x1C261C) is known color: Black Bean. HEX triplet: 1C, 26 and 1C. RGB value is (28,38,28). Sum of RGB (Red+Green+Blue) = 28+38+28=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #1C261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C261C is #E3D9E3. Grayscale: #212121. Windows color (decimal): -14932452 or 1844764. OLE color: 1844764.

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

Color convert

RGB 28 38 28 -
CMYK 0.26 0 0.26 0.85
HSL 120º 0.15% 0.13% -
HSV(B) 120º 0.26% 0.15% -
XYZ 1.38 1.72 1.36 -
YUV 33.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 28 38 28 0.26 0 0.26 0.85 120 0.15 0.13
Hex 1C 26 1C 1A 0 1A 55 78 F D
Octal 34 46 34 32 0 32 125 170 17 15
Binary 11100 100110 11100 11010 0 11010 1010101 1111000 1111 1101

Color Harmonies of #1C261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C261C

Black with #1C261C

Text Example


Text Example

White with #1C261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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