Html Css Color HEX #142617 Black Bean

📋 copy color: '#142617'

red 20 ◦ green 38 ◦ blue 23

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

Shades of Black Bean #142617

Tints of Black Bean #142617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 28.4%

R = 24.69%
G = 46.91%
B = 28.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.85

RGB Variations

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

Color information

#142617 (or 0x142617) is known color: Black Bean. HEX triplet: 14, 26 and 17. RGB value is (20,38,23). Sum of RGB (Red+Green+Blue) = 20+38+23=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #142617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142617 is #EBD9E8. Grayscale: #1E1E1E. Windows color (decimal): -15456745 or 1517076. OLE color: 1517076.

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

Color convert

RGB 20 38 23 -
CMYK 0.47 0 0.39 0.85
HSL 130º 0.31% 0.11% -
HSV(B) 130º 0.47% 0.15% -
XYZ 1.14 1.6 1.06 -
YUV 30.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 20 38 23 0.47 0 0.39 0.85 130 0.31 0.11
Hex 14 26 17 2F 0 27 55 82 1F B
Octal 24 46 27 57 0 47 125 202 37 13
Binary 10100 100110 10111 101111 0 100111 1010101 10000010 11111 1011

Color Harmonies of #142617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142617

Black with #142617

Text Example


Text Example

White with #142617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142617; }

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

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

background-color css

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

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

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

border-color css

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

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

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