Html Css Color HEX #142315 Black Bean

📋 copy color: '#142315'

red 20 ◦ green 35 ◦ blue 21

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

Shades of Black Bean #142315

Tints of Black Bean #142315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 46.05%

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

R = 26.32%
G = 46.05%
B = 27.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#142315 (or 0x142315) is known color: Black Bean. HEX triplet: 14, 23 and 15. RGB value is (20,35,21). Sum of RGB (Red+Green+Blue) = 20+35+21=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #142315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142315 is #EBDCEA. Grayscale: #1C1C1C. Windows color (decimal): -15457515 or 1385236. OLE color: 1385236.

HSL color Cylindrical-coordinate representation of color #142315: hue angle of 124º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142315 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 35 21 -
CMYK 0.43 0 0.40 0.86
HSL 124º 0.27% 0.11% -
HSV(B) 124º 0.43% 0.14% -
XYZ 1.02 1.4 0.93 -
YUV 28.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 20 35 21 0.43 0 0.40 0.86 124 0.27 0.11
Hex 14 23 15 2B 0 28 56 7C 1B B
Octal 24 43 25 53 0 50 126 174 33 13
Binary 10100 100011 10101 101011 0 101000 1010110 1111100 11011 1011

Color Harmonies of #142315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142315

Black with #142315

Text Example


Text Example

White with #142315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142315; }

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

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

background-color css

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

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

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

border-color css

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

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

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