#2B3948

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

Shades of Licorice #2B3948

Tints of Licorice #2B3948

Color information

#2B3948 (or 0x2B3948) is unknown color: approx Licorice. HEX triplet: 2B, 39 and 48. RGB value is (43,57,72). Sum of RGB (Red+Green+Blue) = 43+57+72=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3948 is #D4C6B7. Grayscale: #363636. Windows color (decimal): -13944504 or 4733227. OLE color: 4733227.

HSL color Cylindrical-coordinate representation of color #2B3948: hue angle of 211.03º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B3948 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB435772-
CMYK0.400.2100.72
HSL211.03º25.22%22.55%-
HSV(B)211.03º40.28%28.24%-
XYZ3.633.916.69-
YUV54.52137.86119.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=25%
G=33.14%
B=41.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4357720.400.2100.72211.0325.2222.55
Hex2B39482815048d31917
Octal5371110502501103233127
Binary10101111100110010001010001010101001000110100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3948; }

 p { color: rgb(43,57,72); }

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

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

 a { background-color: rgb(43,57,72); }

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

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

 span { border-color: rgb(43,57,72); }

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