Html Css Color HEX #30374B Licorice

📋 copy color: '#30374B'

red 48 ◦ green 55 ◦ blue 75

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

Shades of Licorice #30374B

Tints of Licorice #30374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

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

R = 26.97%
G = 30.9%
B = 42.13%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30374B (or 0x30374B) is known color: Licorice. HEX triplet: 30, 37 and 4B. RGB value is (48,55,75). Sum of RGB (Red+Green+Blue) = 48+55+75=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #30374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30374B is #CFC8B4. Grayscale: #373737. Windows color (decimal): -13617333 or 4929328. OLE color: 4929328.

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

Color convert

RGB 48 55 75 -
CMYK 0.36 0.27 0 0.71
HSL 224.44º 0.22% 0.24% -
HSV(B) 224.44º 0.36% 0.29% -
XYZ 3.86 3.87 7.2 -
YUV 55.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 48 55 75 0.36 0.27 0 0.71 224.44 0.22 0.24
Hex 30 37 4B 24 1B 0 47 E0 16 18
Octal 60 67 113 44 33 0 107 340 26 30
Binary 110000 110111 1001011 100100 11011 0 1000111 11100000 10110 11000

Color Harmonies of #30374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30374B

Black with #30374B

Text Example


Text Example

White with #30374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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