Html Css Color HEX #B30544 Jazzberry Jam

📋 copy color: '#B30544'

red 179 ◦ green 5 ◦ blue 68

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

Shades of Jazzberry Jam #B30544

Tints of Jazzberry Jam #B30544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 71.03%
G = 1.98%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B30544 (or 0xB30544) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 44. RGB value is (179,5,68). Sum of RGB (Red+Green+Blue) = 179+5+68=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30544 is #4CFABB. Grayscale: #404040. Windows color (decimal): -5044924 or 4457907. OLE color: 4457907.

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

Color convert

RGB 179 5 68 -
CMYK 0 0.97 0.62 0.30
HSL 338.28º 0.95% 0.36% -
HSV(B) 338.28º 0.97% 0.7% -
XYZ 19.69 10.11 6.38 -
YUV 64.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 179 5 68 0 0.97 0.62 0.30 338.28 0.95 0.36
Hex B3 5 44 0 61 3E 1E 152 5F 24
Octal 263 5 104 0 141 76 36 522 137 44
Binary 10110011 101 1000100 0 1100001 111110 11110 101010010 1011111 100100

Color Harmonies of #B30544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30544

Black with #B30544

Text Example


Text Example

White with #B30544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30544; }

 p { color: rgb(179,5,68); }

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

background-color css

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

 a { background-color: rgb(179,5,68); }

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

border-color css

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

 span { border-color: rgb(179,5,68); }

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