Html Css Color HEX #B30057 Jazzberry Jam

📋 copy color: '#B30057'

red 179 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #B30057

Tints of Jazzberry Jam #B30057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 32.71%

R = 67.29%
G = 0%
B = 32.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B30057 (or 0xB30057) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 57. RGB value is (179,0,87). Sum of RGB (Red+Green+Blue) = 179+0+87=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B30057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30057 is #4CFFA8. Grayscale: #3F3F3F. Windows color (decimal): -5046185 or 5701811. OLE color: 5701811.

HSL color Cylindrical-coordinate representation of color #B30057: hue angle of 330.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30057 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 87 -
CMYK 0 1 0.51 0.30
HSL 330.84º 1% 0.35% -
HSV(B) 330.84º 1% 0.7% -
XYZ 20.31 10.27 9.93 -
YUV 63.44 141.3 210.43 -
System Red Green Blue C M Y K H S L
Decimal 179 0 87 0 1 0.51 0.30 330.84 1 0.35
Hex B3 0 57 0 64 33 1E 14B 64 23
Octal 263 0 127 0 144 63 36 513 144 43
Binary 10110011 0 1010111 0 1100100 110011 11110 101001011 1100100 100011

Color Harmonies of #B30057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30057

Black with #B30057

Text Example


Text Example

White with #B30057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30057; }

 p { color: rgb(179,0,87); }

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

background-color css

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

 a { background-color: rgb(179,0,87); }

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

border-color css

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

 span { border-color: rgb(179,0,87); }

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