Html Css Color HEX #273446 Licorice

📋 copy color: '#273446'

red 39 ◦ green 52 ◦ blue 70

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

Shades of Licorice #273446

Tints of Licorice #273446

RGB

 RED value IS 39 (15.63% from 255) = 24.22%

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

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

R = 24.22%
G = 32.3%
B = 43.48%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#273446 (or 0x273446) is known color: Licorice. HEX triplet: 27, 34 and 46. RGB value is (39,52,70). Sum of RGB (Red+Green+Blue) = 39+52+70=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #273446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273446 is #D8CBB9. Grayscale: #323232. Windows color (decimal): -14207930 or 4600871. OLE color: 4600871.

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

Color convert

RGB 39 52 70 -
CMYK 0.44 0.26 0 0.73
HSL 214.84º 0.28% 0.21% -
HSV(B) 214.84º 0.44% 0.27% -
XYZ 3.17 3.33 6.27 -
YUV 50.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 39 52 70 0.44 0.26 0 0.73 214.84 0.28 0.21
Hex 27 34 46 2C 1A 0 49 D7 1C 15
Octal 47 64 106 54 32 0 111 327 34 25
Binary 100111 110100 1000110 101100 11010 0 1001001 11010111 11100 10101

Color Harmonies of #273446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273446

Black with #273446

Text Example


Text Example

White with #273446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273446; }

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

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

background-color css

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

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

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

border-color css

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

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

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