Html Css Color HEX #1C2E1E Black Bean

📋 copy color: '#1C2E1E'

red 28 ◦ green 46 ◦ blue 30

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

Shades of Black Bean #1C2E1E

Tints of Black Bean #1C2E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 44.23%

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

R = 26.92%
G = 44.23%
B = 28.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.82

RGB Variations

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

Color information

#1C2E1E (or 0x1C2E1E) is known color: Black Bean. HEX triplet: 1C, 2E and 1E. RGB value is (28,46,30). Sum of RGB (Red+Green+Blue) = 28+46+30=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #1C2E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E1E is #E3D1E1. Grayscale: #262626. Windows color (decimal): -14930402 or 1977884. OLE color: 1977884.

HSL color Cylindrical-coordinate representation of color #1C2E1E: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C2E1E is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB 28 46 30 -
CMYK 0.39 0 0.35 0.82
HSL 126.67º 0.24% 0.15% -
HSV(B) 126.67º 0.39% 0.18% -
XYZ 1.69 2.29 1.58 -
YUV 38.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 28 46 30 0.39 0 0.35 0.82 126.67 0.24 0.15
Hex 1C 2E 1E 27 0 23 52 7F 18 F
Octal 34 56 36 47 0 43 122 177 30 17
Binary 11100 101110 11110 100111 0 100011 1010010 1111111 11000 1111

Color Harmonies of #1C2E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2E1E

Black with #1C2E1E

Text Example


Text Example

White with #1C2E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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