Html Css Color HEX #2B3847 Licorice

📋 copy color: '#2B3847'

red 43 ◦ green 56 ◦ blue 71

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

Shades of Licorice #2B3847

Tints of Licorice #2B3847

RGB

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

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

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

R = 25.29%
G = 32.94%
B = 41.76%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B3847 (or 0x2B3847) is known color: Licorice. HEX triplet: 2B, 38 and 47. RGB value is (43,56,71). Sum of RGB (Red+Green+Blue) = 43+56+71=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3847 is #D4C7B8. Grayscale: #353535. Windows color (decimal): -13944761 or 4667435. OLE color: 4667435.

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

Color convert

RGB 43 56 71 -
CMYK 0.39 0.21 0 0.72
HSL 212.14º 0.25% 0.22% -
HSV(B) 212.14º 0.39% 0.28% -
XYZ 3.55 3.8 6.51 -
YUV 53.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 43 56 71 0.39 0.21 0 0.72 212.14 0.25 0.22
Hex 2B 38 47 27 15 0 48 D4 19 16
Octal 53 70 107 47 25 0 110 324 31 26
Binary 101011 111000 1000111 100111 10101 0 1001000 11010100 11001 10110

Color Harmonies of #2B3847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3847

Black with #2B3847

Text Example


Text Example

White with #2B3847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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