Html Css Color HEX #333B45 Licorice

📋 copy color: '#333B45'

red 51 ◦ green 59 ◦ blue 69

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

Shades of Licorice #333B45

Tints of Licorice #333B45

RGB

 RED value IS 51 (20.31% from 255) = 28.49%

 GREEN value IS 59 (23.44% from 255) = 32.96%

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

R = 28.49%
G = 32.96%
B = 38.55%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#333B45 (or 0x333B45) is known color: Licorice. HEX triplet: 33, 3B and 45. RGB value is (51,59,69). Sum of RGB (Red+Green+Blue) = 51+59+69=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #333B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B45 is #CCC4BA. Grayscale: #393939. Windows color (decimal): -13419707 or 4537139. OLE color: 4537139.

HSL color Cylindrical-coordinate representation of color #333B45: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #333B45 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 59 69 -
CMYK 0.26 0.14 0 0.73
HSL 213.33º 0.15% 0.24% -
HSV(B) 213.33º 0.26% 0.27% -
XYZ 4 4.26 6.24 -
YUV 57.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 51 59 69 0.26 0.14 0 0.73 213.33 0.15 0.24
Hex 33 3B 45 1A E 0 49 D5 F 18
Octal 63 73 105 32 16 0 111 325 17 30
Binary 110011 111011 1000101 11010 1110 0 1001001 11010101 1111 11000

Color Harmonies of #333B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B45

Black with #333B45

Text Example


Text Example

White with #333B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333B45; }

 p { color: rgb(51,59,69); }

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

background-color css

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

 a { background-color: rgb(51,59,69); }

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

border-color css

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

 span { border-color: rgb(51,59,69); }

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