Html Css Color HEX #30394C Licorice

📋 copy color: '#30394C'

red 48 ◦ green 57 ◦ blue 76

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

Shades of Licorice #30394C

Tints of Licorice #30394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 26.52%
G = 31.49%
B = 41.99%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30394C (or 0x30394C) is known color: Licorice. HEX triplet: 30, 39 and 4C. RGB value is (48,57,76). Sum of RGB (Red+Green+Blue) = 48+57+76=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #30394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30394C is #CFC6B3. Grayscale: #383838. Windows color (decimal): -13616820 or 4995376. OLE color: 4995376.

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

Color convert

RGB 48 57 76 -
CMYK 0.37 0.25 0 0.70
HSL 220.71º 0.23% 0.24% -
HSV(B) 220.71º 0.37% 0.3% -
XYZ 3.99 4.08 7.41 -
YUV 56.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 48 57 76 0.37 0.25 0 0.70 220.71 0.23 0.24
Hex 30 39 4C 25 19 0 46 DD 17 18
Octal 60 71 114 45 31 0 106 335 27 30
Binary 110000 111001 1001100 100101 11001 0 1000110 11011101 10111 11000

Color Harmonies of #30394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30394C

Black with #30394C

Text Example


Text Example

White with #30394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30394C; }

 p { color: rgb(48,57,76); }

 H1.HeaderClassName
 {
   color: #30394C;
 }
 .AnyTagClassName
 {
   color: #30394C;
 }
</style>

background-color css

<style>
 a { background-color: #30394C; }

 a { background-color: rgb(48,57,76); }

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

border-color css

<style>
 span { border-color: #30394C; }

 span { border-color: rgb(48,57,76); }

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