Html Css Color HEX #143018 Black Bean

📋 copy color: '#143018'

red 20 ◦ green 48 ◦ blue 24

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

Shades of Black Bean #143018

Tints of Black Bean #143018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.17%

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

R = 21.74%
G = 52.17%
B = 26.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#143018 (or 0x143018) is known color: Black Bean. HEX triplet: 14, 30 and 18. RGB value is (20,48,24). Sum of RGB (Red+Green+Blue) = 20+48+24=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #143018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143018 is #EBCFE7. Grayscale: #242424. Windows color (decimal): -15454184 or 1585172. OLE color: 1585172.

HSL color Cylindrical-coordinate representation of color #143018: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143018 is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 24 -
CMYK 0.58 0 0.5 0.81
HSL 128.57º 0.41% 0.13% -
HSV(B) 128.57º 0.58% 0.19% -
XYZ 1.51 2.33 1.23 -
YUV 36.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 20 48 24 0.58 0 0.5 0.81 128.57 0.41 0.13
Hex 14 30 18 3A 0 32 51 81 29 D
Octal 24 60 30 72 0 62 121 201 51 15
Binary 10100 110000 11000 111010 0 110010 1010001 10000001 101001 1101

Color Harmonies of #143018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143018

Black with #143018

Text Example


Text Example

White with #143018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143018; }

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

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

background-color css

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

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

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

border-color css

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

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

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