Html Css Color HEX #30384E Licorice

📋 copy color: '#30384E'

red 48 ◦ green 56 ◦ blue 78

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

Shades of Licorice #30384E

Tints of Licorice #30384E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 42.86%

R = 26.37%
G = 30.77%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30384E (or 0x30384E) is known color: Licorice. HEX triplet: 30, 38 and 4E. RGB value is (48,56,78). Sum of RGB (Red+Green+Blue) = 48+56+78=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #30384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30384E is #CFC7B1. Grayscale: #383838. Windows color (decimal): -13617074 or 5126192. OLE color: 5126192.

HSL color Cylindrical-coordinate representation of color #30384E: hue angle of 224º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30384E is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 56 78 -
CMYK 0.38 0.28 0 0.69
HSL 224º 0.24% 0.25% -
HSV(B) 224º 0.38% 0.31% -
XYZ 4.01 4.01 7.77 -
YUV 56.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 48 56 78 0.38 0.28 0 0.69 224 0.24 0.25
Hex 30 38 4E 26 1C 0 45 E0 18 19
Octal 60 70 116 46 34 0 105 340 30 31
Binary 110000 111000 1001110 100110 11100 0 1000101 11100000 11000 11001

Color Harmonies of #30384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30384E

Black with #30384E

Text Example


Text Example

White with #30384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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