Html Css Color HEX #B30C53 Jazzberry Jam

📋 copy color: '#B30C53'

red 179 ◦ green 12 ◦ blue 83

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

Shades of Jazzberry Jam #B30C53

Tints of Jazzberry Jam #B30C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.29%

R = 65.33%
G = 4.38%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B30C53 (or 0xB30C53) is known color: Jazzberry Jam. HEX triplet: B3, 0C and 53. RGB value is (179,12,83). Sum of RGB (Red+Green+Blue) = 179+12+83=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C53 is #4CF3AC. Grayscale: #454545. Windows color (decimal): -5043117 or 5442739. OLE color: 5442739.

HSL color Cylindrical-coordinate representation of color #B30C53: hue angle of 334.49º 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 #B30C53 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 12 83 -
CMYK 0 0.93 0.54 0.30
HSL 334.49º 0.87% 0.37% -
HSV(B) 334.49º 0.93% 0.7% -
XYZ 20.28 10.47 9.14 -
YUV 70.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 179 12 83 0 0.93 0.54 0.30 334.49 0.87 0.37
Hex B3 C 53 0 5D 36 1E 14E 57 25
Octal 263 14 123 0 135 66 36 516 127 45
Binary 10110011 1100 1010011 0 1011101 110110 11110 101001110 1010111 100101

Color Harmonies of #B30C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C53

Black with #B30C53

Text Example


Text Example

White with #B30C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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