Html Css Color HEX #2B3441 Licorice

📋 copy color: '#2B3441'

red 43 ◦ green 52 ◦ blue 65

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

Shades of Licorice #2B3441

Tints of Licorice #2B3441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.63%

R = 26.88%
G = 32.5%
B = 40.63%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2B3441 (or 0x2B3441) is known color: Licorice. HEX triplet: 2B, 34 and 41. RGB value is (43,52,65). Sum of RGB (Red+Green+Blue) = 43+52+65=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #2B3441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3441 is #D4CBBE. Grayscale: #323232. Windows color (decimal): -13945791 or 4273195. OLE color: 4273195.

HSL color Cylindrical-coordinate representation of color #2B3441: hue angle of 215.45º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B3441 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 52 65 -
CMYK 0.34 0.20 0 0.75
HSL 215.45º 0.2% 0.21% -
HSV(B) 215.45º 0.34% 0.25% -
XYZ 3.18 3.35 5.48 -
YUV 50.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 43 52 65 0.34 0.20 0 0.75 215.45 0.2 0.21
Hex 2B 34 41 22 14 0 4B D7 14 15
Octal 53 64 101 42 24 0 113 327 24 25
Binary 101011 110100 1000001 100010 10100 0 1001011 11010111 10100 10101

Color Harmonies of #2B3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3441

Black with #2B3441

Text Example


Text Example

White with #2B3441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,52,65); }

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

background-color css

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

 a { background-color: rgb(43,52,65); }

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

border-color css

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

 span { border-color: rgb(43,52,65); }

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