Html Css Color HEX #30384D Licorice

📋 copy color: '#30384D'

red 48 ◦ green 56 ◦ blue 77

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

Shades of Licorice #30384D

Tints of Licorice #30384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 26.52%
G = 30.94%
B = 42.54%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30384D (or 0x30384D) is known color: Licorice. HEX triplet: 30, 38 and 4D. RGB value is (48,56,77). Sum of RGB (Red+Green+Blue) = 48+56+77=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #30384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30384D is #CFC7B2. Grayscale: #373737. Windows color (decimal): -13617075 or 5060656. OLE color: 5060656.

HSL color Cylindrical-coordinate representation of color #30384D: hue angle of 223.45º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30384D is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 56 77 -
CMYK 0.38 0.27 0 0.70
HSL 223.45º 0.23% 0.25% -
HSV(B) 223.45º 0.38% 0.3% -
XYZ 3.97 3.99 7.58 -
YUV 56 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 48 56 77 0.38 0.27 0 0.70 223.45 0.23 0.25
Hex 30 38 4D 26 1B 0 46 DF 17 19
Octal 60 70 115 46 33 0 106 337 27 31
Binary 110000 111000 1001101 100110 11011 0 1000110 11011111 10111 11001

Color Harmonies of #30384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30384D

Black with #30384D

Text Example


Text Example

White with #30384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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