#283343

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

Shades of Licorice #283343

Tints of Licorice #283343

Color information

#283343 (or 0x283343) is unknown color: approx Licorice. HEX triplet: 28, 33 and 43. RGB value is (40,51,67). Sum of RGB (Red+Green+Blue) = 40+51+67=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #283343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283343 is #D7CCBC. Grayscale: #313131. Windows color (decimal): -14142653 or 4404008. OLE color: 4404008.

HSL color Cylindrical-coordinate representation of color #283343: hue angle of 215.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #283343 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB405167-
CMYK0.400.2400.74
HSL215.56º25.23%20.98%-
HSV(B)215.56º40.3%26.27%-
XYZ3.073.225.77-
YUV49.54137.86121.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=25.32%
G=32.28%
B=42.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4051670.400.2400.74215.5625.2320.98
Hex283343281804Ad81915
Octal5063103503001123303125
Binary10100011001110000111010001100001001010110110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283343; }

 p { color: rgb(40,51,67); }

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

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

 a { background-color: rgb(40,51,67); }

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

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

 span { border-color: rgb(40,51,67); }

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