Html Css Color HEX #B30370 Jazzberry Jam

📋 copy color: '#B30370'

red 179 ◦ green 3 ◦ blue 112

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

Shades of Jazzberry Jam #B30370

Tints of Jazzberry Jam #B30370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 60.88%
G = 1.02%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30370 (or 0xB30370) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 70. RGB value is (179,3,112). Sum of RGB (Red+Green+Blue) = 179+3+112=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B30370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30370 is #4CFC8F. Grayscale: #434343. Windows color (decimal): -5045392 or 7340979. OLE color: 7340979.

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

Color convert

RGB 179 3 112 -
CMYK 0 0.98 0.37 0.30
HSL 322.84º 0.97% 0.36% -
HSV(B) 322.84º 0.98% 0.7% -
XYZ 21.55 10.82 16.28 -
YUV 68.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 179 3 112 0 0.98 0.37 0.30 322.84 0.97 0.36
Hex B3 3 70 0 62 25 1E 143 61 24
Octal 263 3 160 0 142 45 36 503 141 44
Binary 10110011 11 1110000 0 1100010 100101 11110 101000011 1100001 100100

Color Harmonies of #B30370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30370

Black with #B30370

Text Example


Text Example

White with #B30370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30370; }

 p { color: rgb(179,3,112); }

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

background-color css

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

 a { background-color: rgb(179,3,112); }

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

border-color css

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

 span { border-color: rgb(179,3,112); }

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