Html Css Color HEX #B30973 Jazzberry Jam

📋 copy color: '#B30973'

red 179 ◦ green 9 ◦ blue 115

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

Shades of Jazzberry Jam #B30973

Tints of Jazzberry Jam #B30973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.97%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 59.08%
G = 2.97%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30973 (or 0xB30973) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 73. RGB value is (179,9,115). Sum of RGB (Red+Green+Blue) = 179+9+115=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B30973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30973 is #4CF68C. Grayscale: #474747. Windows color (decimal): -5043853 or 7539123. OLE color: 7539123.

HSL color Cylindrical-coordinate representation of color #B30973: hue angle of 322.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30973 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 9 115 -
CMYK 0 0.95 0.36 0.30
HSL 322.59º 0.9% 0.37% -
HSV(B) 322.59º 0.95% 0.7% -
XYZ 21.78 11.02 17.2 -
YUV 71.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 179 9 115 0 0.95 0.36 0.30 322.59 0.9 0.37
Hex B3 9 73 0 5F 24 1E 143 5A 25
Octal 263 11 163 0 137 44 36 503 132 45
Binary 10110011 1001 1110011 0 1011111 100100 11110 101000011 1011010 100101

Color Harmonies of #B30973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30973

Black with #B30973

Text Example


Text Example

White with #B30973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30973; }

 p { color: rgb(179,9,115); }

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

background-color css

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

 a { background-color: rgb(179,9,115); }

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

border-color css

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

 span { border-color: rgb(179,9,115); }

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