Html Css Color HEX #2B3748 Licorice

📋 copy color: '#2B3748'

red 43 ◦ green 55 ◦ blue 72

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

Shades of Licorice #2B3748

Tints of Licorice #2B3748

RGB

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

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

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

R = 25.29%
G = 32.35%
B = 42.35%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B3748 (or 0x2B3748) is known color: Licorice. HEX triplet: 2B, 37 and 48. RGB value is (43,55,72). Sum of RGB (Red+Green+Blue) = 43+55+72=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3748 is #D4C8B7. Grayscale: #353535. Windows color (decimal): -13945016 or 4732715. OLE color: 4732715.

HSL color Cylindrical-coordinate representation of color #2B3748: hue angle of 215.17º 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 #2B3748 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 55 72 -
CMYK 0.40 0.24 0 0.72
HSL 215.17º 0.25% 0.23% -
HSV(B) 215.17º 0.4% 0.28% -
XYZ 3.53 3.71 6.66 -
YUV 53.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 43 55 72 0.40 0.24 0 0.72 215.17 0.25 0.23
Hex 2B 37 48 28 18 0 48 D7 19 17
Octal 53 67 110 50 30 0 110 327 31 27
Binary 101011 110111 1001000 101000 11000 0 1001000 11010111 11001 10111

Color Harmonies of #2B3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3748

Black with #2B3748

Text Example


Text Example

White with #2B3748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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