Html Css Color HEX #2B3747 Licorice

📋 copy color: '#2B3747'

red 43 ◦ green 55 ◦ blue 71

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

Shades of Licorice #2B3747

Tints of Licorice #2B3747

RGB

 RED value IS 43 (17.19% from 255) = 25.44%

 GREEN value IS 55 (21.88% from 255) = 32.54%

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

R = 25.44%
G = 32.54%
B = 42.01%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B3747 (or 0x2B3747) is known color: Licorice. HEX triplet: 2B, 37 and 47. RGB value is (43,55,71). Sum of RGB (Red+Green+Blue) = 43+55+71=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3747 is #D4C8B8. Grayscale: #353535. Windows color (decimal): -13945017 or 4667179. OLE color: 4667179.

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

Color convert

RGB 43 55 71 -
CMYK 0.39 0.23 0 0.72
HSL 214.29º 0.25% 0.22% -
HSV(B) 214.29º 0.39% 0.28% -
XYZ 3.5 3.7 6.49 -
YUV 53.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 43 55 71 0.39 0.23 0 0.72 214.29 0.25 0.22
Hex 2B 37 47 27 17 0 48 D6 19 16
Octal 53 67 107 47 27 0 110 326 31 26
Binary 101011 110111 1000111 100111 10111 0 1001000 11010110 11001 10110

Color Harmonies of #2B3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3747

Black with #2B3747

Text Example


Text Example

White with #2B3747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,71); }

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

background-color css

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

 a { background-color: rgb(43,55,71); }

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

border-color css

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

 span { border-color: rgb(43,55,71); }

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