Html Css Color HEX #14251A Black Bean

📋 copy color: '#14251A'

red 20 ◦ green 37 ◦ blue 26

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

Shades of Black Bean #14251A

Tints of Black Bean #14251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 44.58%

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

R = 24.1%
G = 44.58%
B = 31.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#14251A (or 0x14251A) is known color: Black Bean. HEX triplet: 14, 25 and 1A. RGB value is (20,37,26). Sum of RGB (Red+Green+Blue) = 20+37+26=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #14251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14251A is #EBDAE5. Grayscale: #1E1E1E. Windows color (decimal): -15456998 or 1713428. OLE color: 1713428.

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

Color convert

RGB 20 37 26 -
CMYK 0.46 0 0.30 0.85
HSL 141.18º 0.3% 0.11% -
HSV(B) 141.18º 0.46% 0.15% -
XYZ 1.14 1.55 1.22 -
YUV 30.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 20 37 26 0.46 0 0.30 0.85 141.18 0.3 0.11
Hex 14 25 1A 2E 0 1E 55 8D 1E B
Octal 24 45 32 56 0 36 125 215 36 13
Binary 10100 100101 11010 101110 0 11110 1010101 10001101 11110 1011

Color Harmonies of #14251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14251A

Black with #14251A

Text Example


Text Example

White with #14251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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