Html Css Color HEX #33384A Licorice

📋 copy color: '#33384A'

red 51 ◦ green 56 ◦ blue 74

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

Shades of Licorice #33384A

Tints of Licorice #33384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.88%

R = 28.18%
G = 30.94%
B = 40.88%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#33384A (or 0x33384A) is known color: Licorice. HEX triplet: 33, 38 and 4A. RGB value is (51,56,74). Sum of RGB (Red+Green+Blue) = 51+56+74=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #33384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33384A is #CCC7B5. Grayscale: #383838. Windows color (decimal): -13420470 or 4864051. OLE color: 4864051.

HSL color Cylindrical-coordinate representation of color #33384A: hue angle of 226.96º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #33384A is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 56 74 -
CMYK 0.31 0.24 0 0.71
HSL 226.96º 0.18% 0.25% -
HSV(B) 226.96º 0.31% 0.29% -
XYZ 4.02 4.03 7.04 -
YUV 56.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 51 56 74 0.31 0.24 0 0.71 226.96 0.18 0.25
Hex 33 38 4A 1F 18 0 47 E3 12 19
Octal 63 70 112 37 30 0 107 343 22 31
Binary 110011 111000 1001010 11111 11000 0 1000111 11100011 10010 11001

Color Harmonies of #33384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33384A

Black with #33384A

Text Example


Text Example

White with #33384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33384A; }

 p { color: rgb(51,56,74); }

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

background-color css

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

 a { background-color: rgb(51,56,74); }

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

border-color css

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

 span { border-color: rgb(51,56,74); }

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