Html Css Color HEX #283446 Licorice

📋 copy color: '#283446'

red 40 ◦ green 52 ◦ blue 70

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

Shades of Licorice #283446

Tints of Licorice #283446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.1%

 BLUE value IS 70 (27.73% from 255) = 43.21%

R = 24.69%
G = 32.1%
B = 43.21%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#283446 (or 0x283446) is known color: Licorice. HEX triplet: 28, 34 and 46. RGB value is (40,52,70). Sum of RGB (Red+Green+Blue) = 40+52+70=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #283446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283446 is #D7CBB9. Grayscale: #323232. Windows color (decimal): -14142394 or 4600872. OLE color: 4600872.

HSL color Cylindrical-coordinate representation of color #283446: hue angle of 216º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #283446 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 52 70 -
CMYK 0.43 0.26 0 0.73
HSL 216º 0.27% 0.22% -
HSV(B) 216º 0.43% 0.27% -
XYZ 3.21 3.35 6.27 -
YUV 50.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 40 52 70 0.43 0.26 0 0.73 216 0.27 0.22
Hex 28 34 46 2B 1A 0 49 D8 1B 16
Octal 50 64 106 53 32 0 111 330 33 26
Binary 101000 110100 1000110 101011 11010 0 1001001 11011000 11011 10110

Color Harmonies of #283446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283446

Black with #283446

Text Example


Text Example

White with #283446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283446; }

 p { color: rgb(40,52,70); }

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

background-color css

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

 a { background-color: rgb(40,52,70); }

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

border-color css

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

 span { border-color: rgb(40,52,70); }

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