Html Css Color HEX #B30C59 Jazzberry Jam

📋 copy color: '#B30C59'

red 179 ◦ green 12 ◦ blue 89

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

Shades of Jazzberry Jam #B30C59

Tints of Jazzberry Jam #B30C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 63.93%
G = 4.29%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B30C59 (or 0xB30C59) is known color: Jazzberry Jam. HEX triplet: B3, 0C and 59. RGB value is (179,12,89). Sum of RGB (Red+Green+Blue) = 179+12+89=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C59 is #4CF3A6. Grayscale: #464646. Windows color (decimal): -5043111 or 5835955. OLE color: 5835955.

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

Color convert

RGB 179 12 89 -
CMYK 0 0.93 0.50 0.30
HSL 332.34º 0.87% 0.37% -
HSV(B) 332.34º 0.93% 0.7% -
XYZ 20.53 10.57 10.41 -
YUV 70.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 179 12 89 0 0.93 0.50 0.30 332.34 0.87 0.37
Hex B3 C 59 0 5D 32 1E 14C 57 25
Octal 263 14 131 0 135 62 36 514 127 45
Binary 10110011 1100 1011001 0 1011101 110010 11110 101001100 1010111 100101

Color Harmonies of #B30C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C59

Black with #B30C59

Text Example


Text Example

White with #B30C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C59; }

 p { color: rgb(179,12,89); }

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

background-color css

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

 a { background-color: rgb(179,12,89); }

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

border-color css

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

 span { border-color: rgb(179,12,89); }

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