Html Css Color HEX #30384B Licorice

📋 copy color: '#30384B'

red 48 ◦ green 56 ◦ blue 75

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

Shades of Licorice #30384B

Tints of Licorice #30384B

RGB

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

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

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

R = 26.82%
G = 31.28%
B = 41.9%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30384B (or 0x30384B) is known color: Licorice. HEX triplet: 30, 38 and 4B. RGB value is (48,56,75). Sum of RGB (Red+Green+Blue) = 48+56+75=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #30384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30384B is #CFC7B4. Grayscale: #373737. Windows color (decimal): -13617077 or 4929584. OLE color: 4929584.

HSL color Cylindrical-coordinate representation of color #30384B: hue angle of 222.22º 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 #30384B is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 56 75 -
CMYK 0.36 0.25 0 0.71
HSL 222.22º 0.22% 0.24% -
HSV(B) 222.22º 0.36% 0.29% -
XYZ 3.9 3.96 7.22 -
YUV 55.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 48 56 75 0.36 0.25 0 0.71 222.22 0.22 0.24
Hex 30 38 4B 24 19 0 47 DE 16 18
Octal 60 70 113 44 31 0 107 336 26 30
Binary 110000 111000 1001011 100100 11001 0 1000111 11011110 10110 11000

Color Harmonies of #30384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30384B

Black with #30384B

Text Example


Text Example

White with #30384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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