Html Css Color HEX #2B3848 Licorice

📋 copy color: '#2B3848'

red 43 ◦ green 56 ◦ blue 72

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

Shades of Licorice #2B3848

Tints of Licorice #2B3848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.75%

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

R = 25.15%
G = 32.75%
B = 42.11%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B3848 (or 0x2B3848) is known color: Licorice. HEX triplet: 2B, 38 and 48. RGB value is (43,56,72). Sum of RGB (Red+Green+Blue) = 43+56+72=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3848 is #D4C7B7. Grayscale: #353535. Windows color (decimal): -13944760 or 4732971. OLE color: 4732971.

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

Color convert

RGB 43 56 72 -
CMYK 0.40 0.22 0 0.72
HSL 213.1º 0.25% 0.23% -
HSV(B) 213.1º 0.4% 0.28% -
XYZ 3.58 3.81 6.68 -
YUV 53.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 43 56 72 0.40 0.22 0 0.72 213.1 0.25 0.23
Hex 2B 38 48 28 16 0 48 D5 19 17
Octal 53 70 110 50 26 0 110 325 31 27
Binary 101011 111000 1001000 101000 10110 0 1001000 11010101 11001 10111

Color Harmonies of #2B3848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3848

Black with #2B3848

Text Example


Text Example

White with #2B3848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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