Html Css Color HEX #2D3441 Licorice

📋 copy color: '#2D3441'

red 45 ◦ green 52 ◦ blue 65

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

Shades of Licorice #2D3441

Tints of Licorice #2D3441

RGB

 RED value IS 45 (17.97% from 255) = 27.78%

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

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

R = 27.78%
G = 32.1%
B = 40.12%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2D3441 (or 0x2D3441) is known color: Licorice. HEX triplet: 2D, 34 and 41. RGB value is (45,52,65). Sum of RGB (Red+Green+Blue) = 45+52+65=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #2D3441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3441 is #D2CBBE. Grayscale: #333333. Windows color (decimal): -13814719 or 4273197. OLE color: 4273197.

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

Color convert

RGB 45 52 65 -
CMYK 0.31 0.20 0 0.75
HSL 219º 0.18% 0.22% -
HSV(B) 219º 0.31% 0.25% -
XYZ 3.26 3.4 5.48 -
YUV 51.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 45 52 65 0.31 0.20 0 0.75 219 0.18 0.22
Hex 2D 34 41 1F 14 0 4B DB 12 16
Octal 55 64 101 37 24 0 113 333 22 26
Binary 101101 110100 1000001 11111 10100 0 1001011 11011011 10010 10110

Color Harmonies of #2D3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3441

Black with #2D3441

Text Example


Text Example

White with #2D3441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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