Html Css Color HEX #B30E55 Jazzberry Jam

📋 copy color: '#B30E55'

red 179 ◦ green 14 ◦ blue 85

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

Shades of Jazzberry Jam #B30E55

Tints of Jazzberry Jam #B30E55

RGB

 RED value IS 179 (70.31% from 255) = 64.39%

 GREEN value IS 14 (5.86% from 255) = 5.04%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 64.39%
G = 5.04%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B30E55 (or 0xB30E55) is known color: Jazzberry Jam. HEX triplet: B3, 0E and 55. RGB value is (179,14,85). Sum of RGB (Red+Green+Blue) = 179+14+85=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30E55 is #4CF1AA. Grayscale: #474747. Windows color (decimal): -5042603 or 5574323. OLE color: 5574323.

HSL color Cylindrical-coordinate representation of color #B30E55: hue angle of 334.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E55 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 14 85 -
CMYK 0 0.92 0.53 0.30
HSL 334.18º 0.85% 0.38% -
HSV(B) 334.18º 0.92% 0.7% -
XYZ 20.39 10.55 9.56 -
YUV 71.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 179 14 85 0 0.92 0.53 0.30 334.18 0.85 0.38
Hex B3 E 55 0 5C 35 1E 14E 55 26
Octal 263 16 125 0 134 65 36 516 125 46
Binary 10110011 1110 1010101 0 1011100 110101 11110 101001110 1010101 100110

Color Harmonies of #B30E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30E55

Black with #B30E55

Text Example


Text Example

White with #B30E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30E55; }

 p { color: rgb(179,14,85); }

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

background-color css

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

 a { background-color: rgb(179,14,85); }

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

border-color css

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

 span { border-color: rgb(179,14,85); }

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