Html Css Color HEX #1C301F Black Bean

📋 copy color: '#1C301F'

red 28 ◦ green 48 ◦ blue 31

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

Shades of Black Bean #1C301F

Tints of Black Bean #1C301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.86%

 BLUE value IS 31 (12.5% from 255) = 28.97%

R = 26.17%
G = 44.86%
B = 28.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#1C301F (or 0x1C301F) is known color: Black Bean. HEX triplet: 1C, 30 and 1F. RGB value is (28,48,31). Sum of RGB (Red+Green+Blue) = 28+48+31=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #1C301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C301F is #E3CFE0. Grayscale: #282828. Windows color (decimal): -14929889 or 2043932. OLE color: 2043932.

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

Color convert

RGB 28 48 31 -
CMYK 0.42 0 0.35 0.81
HSL 129º 0.26% 0.15% -
HSV(B) 129º 0.42% 0.19% -
XYZ 1.78 2.46 1.68 -
YUV 40.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 28 48 31 0.42 0 0.35 0.81 129 0.26 0.15
Hex 1C 30 1F 2A 0 23 51 81 1A F
Octal 34 60 37 52 0 43 121 201 32 17
Binary 11100 110000 11111 101010 0 100011 1010001 10000001 11010 1111

Color Harmonies of #1C301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C301F

Black with #1C301F

Text Example


Text Example

White with #1C301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,31); }

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

background-color css

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

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

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

border-color css

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

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

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