Html Css Color HEX #2B3947 Licorice

📋 copy color: '#2B3947'

red 43 ◦ green 57 ◦ blue 71

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

Shades of Licorice #2B3947

Tints of Licorice #2B3947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

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

R = 25.15%
G = 33.33%
B = 41.52%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B3947 (or 0x2B3947) is known color: Licorice. HEX triplet: 2B, 39 and 47. RGB value is (43,57,71). Sum of RGB (Red+Green+Blue) = 43+57+71=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3947 is #D4C6B8. Grayscale: #363636. Windows color (decimal): -13944505 or 4667691. OLE color: 4667691.

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

Color convert

RGB 43 57 71 -
CMYK 0.39 0.20 0 0.72
HSL 210º 0.25% 0.22% -
HSV(B) 210º 0.39% 0.28% -
XYZ 3.6 3.89 6.52 -
YUV 54.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 43 57 71 0.39 0.20 0 0.72 210 0.25 0.22
Hex 2B 39 47 27 14 0 48 D2 19 16
Octal 53 71 107 47 24 0 110 322 31 26
Binary 101011 111001 1000111 100111 10100 0 1001000 11010010 11001 10110

Color Harmonies of #2B3947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3947

Black with #2B3947

Text Example


Text Example

White with #2B3947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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