Html Css Color HEX #293645 Licorice

📋 copy color: '#293645'

red 41 ◦ green 54 ◦ blue 69

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

Shades of Licorice #293645

Tints of Licorice #293645

RGB

 RED value IS 41 (16.41% from 255) = 25%

 GREEN value IS 54 (21.48% from 255) = 32.93%

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

R = 25%
G = 32.93%
B = 42.07%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293645 (or 0x293645) is known color: Licorice. HEX triplet: 29, 36 and 45. RGB value is (41,54,69). Sum of RGB (Red+Green+Blue) = 41+54+69=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #293645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293645 is #D6C9BA. Grayscale: #333333. Windows color (decimal): -14076347 or 4535849. OLE color: 4535849.

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

Color convert

RGB 41 54 69 -
CMYK 0.41 0.22 0 0.73
HSL 212.14º 0.25% 0.22% -
HSV(B) 212.14º 0.41% 0.27% -
XYZ 3.31 3.54 6.14 -
YUV 51.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 41 54 69 0.41 0.22 0 0.73 212.14 0.25 0.22
Hex 29 36 45 29 16 0 49 D4 19 16
Octal 51 66 105 51 26 0 111 324 31 26
Binary 101001 110110 1000101 101001 10110 0 1001001 11010100 11001 10110

Color Harmonies of #293645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293645

Black with #293645

Text Example


Text Example

White with #293645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293645; }

 p { color: rgb(41,54,69); }

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

background-color css

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

 a { background-color: rgb(41,54,69); }

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

border-color css

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

 span { border-color: rgb(41,54,69); }

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