Html Css Color HEX #14261A Black Bean

📋 copy color: '#14261A'

red 20 ◦ green 38 ◦ blue 26

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

Shades of Black Bean #14261A

Tints of Black Bean #14261A

RGB

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

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

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

R = 23.81%
G = 45.24%
B = 30.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#14261A (or 0x14261A) is known color: Black Bean. HEX triplet: 14, 26 and 1A. RGB value is (20,38,26). Sum of RGB (Red+Green+Blue) = 20+38+26=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #14261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14261A is #EBD9E5. Grayscale: #1F1F1F. Windows color (decimal): -15456742 or 1713684. OLE color: 1713684.

HSL color Cylindrical-coordinate representation of color #14261A: hue angle of 140º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #14261A is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 38 26 -
CMYK 0.47 0 0.32 0.85
HSL 140º 0.31% 0.11% -
HSV(B) 140º 0.47% 0.15% -
XYZ 1.17 1.61 1.23 -
YUV 31.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 20 38 26 0.47 0 0.32 0.85 140 0.31 0.11
Hex 14 26 1A 2F 0 20 55 8C 1F B
Octal 24 46 32 57 0 40 125 214 37 13
Binary 10100 100110 11010 101111 0 100000 1010101 10001100 11111 1011

Color Harmonies of #14261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14261A

Black with #14261A

Text Example


Text Example

White with #14261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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