Html Css Color HEX #142515 Black Bean

📋 copy color: '#142515'

red 20 ◦ green 37 ◦ blue 21

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

Shades of Black Bean #142515

Tints of Black Bean #142515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 26.92%

R = 25.64%
G = 47.44%
B = 26.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#142515 (or 0x142515) is known color: Black Bean. HEX triplet: 14, 25 and 15. RGB value is (20,37,21). Sum of RGB (Red+Green+Blue) = 20+37+21=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #142515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142515 is #EBDAEA. Grayscale: #1E1E1E. Windows color (decimal): -15457003 or 1385748. OLE color: 1385748.

HSL color Cylindrical-coordinate representation of color #142515: hue angle of 123.53º 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 #142515 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 21 -
CMYK 0.46 0 0.43 0.85
HSL 123.53º 0.3% 0.11% -
HSV(B) 123.53º 0.46% 0.15% -
XYZ 1.09 1.53 0.95 -
YUV 30.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 20 37 21 0.46 0 0.43 0.85 123.53 0.3 0.11
Hex 14 25 15 2E 0 2B 55 7C 1E B
Octal 24 45 25 56 0 53 125 174 36 13
Binary 10100 100101 10101 101110 0 101011 1010101 1111100 11110 1011

Color Harmonies of #142515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142515

Black with #142515

Text Example


Text Example

White with #142515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142515; }

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

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

background-color css

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

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

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

border-color css

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

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

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