Html Css Color HEX #14271A Black Bean

📋 copy color: '#14271A'

red 20 ◦ green 39 ◦ blue 26

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

Shades of Black Bean #14271A

Tints of Black Bean #14271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 45.88%

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

R = 23.53%
G = 45.88%
B = 30.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#14271A (or 0x14271A) is known color: Black Bean. HEX triplet: 14, 27 and 1A. RGB value is (20,39,26). Sum of RGB (Red+Green+Blue) = 20+39+26=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #14271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14271A is #EBD8E5. Grayscale: #1F1F1F. Windows color (decimal): -15456486 or 1713940. OLE color: 1713940.

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

Color convert

RGB 20 39 26 -
CMYK 0.49 0 0.33 0.85
HSL 138.95º 0.32% 0.12% -
HSV(B) 138.95º 0.49% 0.15% -
XYZ 1.2 1.67 1.24 -
YUV 31.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 20 39 26 0.49 0 0.33 0.85 138.95 0.32 0.12
Hex 14 27 1A 31 0 21 55 8B 20 C
Octal 24 47 32 61 0 41 125 213 40 14
Binary 10100 100111 11010 110001 0 100001 1010101 10001011 100000 1100

Color Harmonies of #14271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14271A

Black with #14271A

Text Example


Text Example

White with #14271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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