Html Css Color HEX #283547 Licorice

📋 copy color: '#283547'

red 40 ◦ green 53 ◦ blue 71

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

Shades of Licorice #283547

Tints of Licorice #283547

RGB

 RED value IS 40 (16.02% from 255) = 24.39%

 GREEN value IS 53 (21.09% from 255) = 32.32%

 BLUE value IS 71 (28.13% from 255) = 43.29%

R = 24.39%
G = 32.32%
B = 43.29%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#283547 (or 0x283547) is known color: Licorice. HEX triplet: 28, 35 and 47. RGB value is (40,53,71). Sum of RGB (Red+Green+Blue) = 40+53+71=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #283547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283547 is #D7CAB8. Grayscale: #333333. Windows color (decimal): -14142137 or 4666664. OLE color: 4666664.

HSL color Cylindrical-coordinate representation of color #283547: hue angle of 214.84º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #283547 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 53 71 -
CMYK 0.44 0.25 0 0.72
HSL 214.84º 0.28% 0.22% -
HSV(B) 214.84º 0.44% 0.28% -
XYZ 3.29 3.45 6.45 -
YUV 51.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 40 53 71 0.44 0.25 0 0.72 214.84 0.28 0.22
Hex 28 35 47 2C 19 0 48 D7 1C 16
Octal 50 65 107 54 31 0 110 327 34 26
Binary 101000 110101 1000111 101100 11001 0 1001000 11010111 11100 10110

Color Harmonies of #283547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283547

Black with #283547

Text Example


Text Example

White with #283547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283547; }

 p { color: rgb(40,53,71); }

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

background-color css

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

 a { background-color: rgb(40,53,71); }

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

border-color css

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

 span { border-color: rgb(40,53,71); }

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