#143318

Color #143318 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #143318

Tints of Black Bean #143318

Color information

#143318 (or 0x143318) is unknown color: approx Black Bean. HEX triplet: 14, 33 and 18. RGB value is (20,51,24). Sum of RGB (Red+Green+Blue) = 20+51+24=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #143318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143318 is #EBCCE7. Grayscale: #262626. Windows color (decimal): -15453416 or 1585940. OLE color: 1585940.

HSL color Cylindrical-coordinate representation of color #143318: hue angle of 127.74º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143318 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB205124-
CMYK0.6100.530.8
HSL127.74º43.66%13.92%-
HSV(B)127.74º60.78%20%-
XYZ1.642.581.28-
YUV38.65119.73114.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 51 (20.31% from 255) = 53.68%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=21.05%
G=53.68%
B=25.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051240.6100.530.8127.7443.6613.92
Hex1433183D03550802ce
Octal246330750651202005416
Binary101001100111100011110101101011010000100000001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143318; }

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

 H1.HeaderClassName
 {
   color: #143318;
 }
 .AnyTagClassName
 {
   color: #143318;
 }
</style>
background-color css

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

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

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

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

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

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