Html Css Color HEX #2B3745 Licorice

📋 copy color: '#2B3745'

red 43 ◦ green 55 ◦ blue 69

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

Shades of Licorice #2B3745

Tints of Licorice #2B3745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 41.32%

R = 25.75%
G = 32.93%
B = 41.32%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2B3745 (or 0x2B3745) is known color: Licorice. HEX triplet: 2B, 37 and 45. RGB value is (43,55,69). Sum of RGB (Red+Green+Blue) = 43+55+69=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: blue. Hex color #2B3745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3745 is #D4C8BA. Grayscale: #343434. Windows color (decimal): -13945019 or 4536107. OLE color: 4536107.

HSL color Cylindrical-coordinate representation of color #2B3745: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2B3745 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 55 69 -
CMYK 0.38 0.20 0 0.73
HSL 212.31º 0.23% 0.22% -
HSV(B) 212.31º 0.38% 0.27% -
XYZ 3.44 3.68 6.16 -
YUV 53.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 43 55 69 0.38 0.20 0 0.73 212.31 0.23 0.22
Hex 2B 37 45 26 14 0 49 D4 17 16
Octal 53 67 105 46 24 0 111 324 27 26
Binary 101011 110111 1000101 100110 10100 0 1001001 11010100 10111 10110

Color Harmonies of #2B3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3745

Black with #2B3745

Text Example


Text Example

White with #2B3745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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