Html Css Color HEX #142218 Black Bean

📋 copy color: '#142218'

red 20 ◦ green 34 ◦ blue 24

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

Shades of Black Bean #142218

Tints of Black Bean #142218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 43.59%

 BLUE value IS 24 (9.77% from 255) = 30.77%

R = 25.64%
G = 43.59%
B = 30.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#142218 (or 0x142218) is known color: Black Bean. HEX triplet: 14, 22 and 18. RGB value is (20,34,24). Sum of RGB (Red+Green+Blue) = 20+34+24=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #142218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142218 is #EBDDE7. Grayscale: #1C1C1C. Windows color (decimal): -15457768 or 1581588. OLE color: 1581588.

HSL color Cylindrical-coordinate representation of color #142218: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #142218 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 34 24 -
CMYK 0.41 0 0.29 0.87
HSL 137.14º 0.26% 0.11% -
HSV(B) 137.14º 0.41% 0.13% -
XYZ 1.03 1.36 1.07 -
YUV 28.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 20 34 24 0.41 0 0.29 0.87 137.14 0.26 0.11
Hex 14 22 18 29 0 1D 57 89 1A B
Octal 24 42 30 51 0 35 127 211 32 13
Binary 10100 100010 11000 101001 0 11101 1010111 10001001 11010 1011

Color Harmonies of #142218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142218

Black with #142218

Text Example


Text Example

White with #142218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142218; }

 p { color: rgb(20,34,24); }

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

background-color css

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

 a { background-color: rgb(20,34,24); }

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

border-color css

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

 span { border-color: rgb(20,34,24); }

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