Html Css Color HEX #30384A Licorice

📋 copy color: '#30384A'

red 48 ◦ green 56 ◦ blue 74

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

Shades of Licorice #30384A

Tints of Licorice #30384A

RGB

 RED value IS 48 (19.14% from 255) = 26.97%

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

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

R = 26.97%
G = 31.46%
B = 41.57%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30384A (or 0x30384A) is known color: Licorice. HEX triplet: 30, 38 and 4A. RGB value is (48,56,74). Sum of RGB (Red+Green+Blue) = 48+56+74=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #30384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30384A is #CFC7B5. Grayscale: #373737. Windows color (decimal): -13617078 or 4864048. OLE color: 4864048.

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

Color convert

RGB 48 56 74 -
CMYK 0.35 0.24 0 0.71
HSL 221.54º 0.21% 0.24% -
HSV(B) 221.54º 0.35% 0.29% -
XYZ 3.87 3.95 7.04 -
YUV 55.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 48 56 74 0.35 0.24 0 0.71 221.54 0.21 0.24
Hex 30 38 4A 23 18 0 47 DE 15 18
Octal 60 70 112 43 30 0 107 336 25 30
Binary 110000 111000 1001010 100011 11000 0 1000111 11011110 10101 11000

Color Harmonies of #30384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30384A

Black with #30384A

Text Example


Text Example

White with #30384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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