Html Css Color HEX #283648 Licorice

📋 copy color: '#283648'

red 40 ◦ green 54 ◦ blue 72

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

Shades of Licorice #283648

Tints of Licorice #283648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.53%

 BLUE value IS 72 (28.52% from 255) = 43.37%

R = 24.1%
G = 32.53%
B = 43.37%

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

#283648 (or 0x283648) is known color: Licorice. HEX triplet: 28, 36 and 48. RGB value is (40,54,72). Sum of RGB (Red+Green+Blue) = 40+54+72=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #283648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283648 is #D7C9B7. Grayscale: #333333. Windows color (decimal): -14141880 or 4732456. OLE color: 4732456.

HSL color Cylindrical-coordinate representation of color #283648: hue angle of 213.75º degrees, saturation: 0.29, 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 #283648 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 54 72 -
CMYK 0.44 0.25 0 0.72
HSL 213.75º 0.29% 0.22% -
HSV(B) 213.75º 0.44% 0.28% -
XYZ 3.36 3.56 6.64 -
YUV 51.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 40 54 72 0.44 0.25 0 0.72 213.75 0.29 0.22
Hex 28 36 48 2C 19 0 48 D6 1D 16
Octal 50 66 110 54 31 0 110 326 35 26
Binary 101000 110110 1001000 101100 11001 0 1001000 11010110 11101 10110

Color Harmonies of #283648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283648

Black with #283648

Text Example


Text Example

White with #283648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283648; }

 p { color: rgb(40,54,72); }

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

background-color css

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

 a { background-color: rgb(40,54,72); }

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

border-color css

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

 span { border-color: rgb(40,54,72); }

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