Html Css Color HEX #14241A Black Bean

📋 copy color: '#14241A'

red 20 ◦ green 36 ◦ blue 26

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

Shades of Black Bean #14241A

Tints of Black Bean #14241A

RGB

 RED value IS 20 (8.2% from 255) = 24.39%

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

 BLUE value IS 26 (10.55% from 255) = 31.71%

R = 24.39%
G = 43.9%
B = 31.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.86

RGB Variations

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

Color information

#14241A (or 0x14241A) is known color: Black Bean. HEX triplet: 14, 24 and 1A. RGB value is (20,36,26). Sum of RGB (Red+Green+Blue) = 20+36+26=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #14241A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14241A is #EBDBE5. Grayscale: #1E1E1E. Windows color (decimal): -15457254 or 1713172. OLE color: 1713172.

HSL color Cylindrical-coordinate representation of color #14241A: hue angle of 142.5º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #14241A is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 36 26 -
CMYK 0.44 0 0.28 0.86
HSL 142.5º 0.29% 0.11% -
HSV(B) 142.5º 0.44% 0.14% -
XYZ 1.11 1.49 1.21 -
YUV 30.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 20 36 26 0.44 0 0.28 0.86 142.5 0.29 0.11
Hex 14 24 1A 2C 0 1C 56 8E 1D B
Octal 24 44 32 54 0 34 126 216 35 13
Binary 10100 100100 11010 101100 0 11100 1010110 10001110 11101 1011

Color Harmonies of #14241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14241A

Black with #14241A

Text Example


Text Example

White with #14241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14241A; }

 p { color: rgb(20,36,26); }

 H1.HeaderClassName
 {
   color: #14241A;
 }
 .AnyTagClassName
 {
   color: #14241A;
 }
</style>

background-color css

<style>
 a { background-color: #14241A; }

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

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

border-color css

<style>
 span { border-color: #14241A; }

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

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