Html Css Color HEX #30394B Licorice

📋 copy color: '#30394B'

red 48 ◦ green 57 ◦ blue 75

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

Shades of Licorice #30394B

Tints of Licorice #30394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 26.67%
G = 31.67%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30394B (or 0x30394B) is known color: Licorice. HEX triplet: 30, 39 and 4B. RGB value is (48,57,75). Sum of RGB (Red+Green+Blue) = 48+57+75=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #30394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30394B is #CFC6B4. Grayscale: #383838. Windows color (decimal): -13616821 or 4929840. OLE color: 4929840.

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

Color convert

RGB 48 57 75 -
CMYK 0.36 0.24 0 0.71
HSL 220º 0.22% 0.24% -
HSV(B) 220º 0.36% 0.29% -
XYZ 3.95 4.06 7.23 -
YUV 56.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 48 57 75 0.36 0.24 0 0.71 220 0.22 0.24
Hex 30 39 4B 24 18 0 47 DC 16 18
Octal 60 71 113 44 30 0 107 334 26 30
Binary 110000 111001 1001011 100100 11000 0 1000111 11011100 10110 11000

Color Harmonies of #30394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30394B

Black with #30394B

Text Example


Text Example

White with #30394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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