Html Css Color HEX #B30455 Jazzberry Jam

📋 copy color: '#B30455'

red 179 ◦ green 4 ◦ blue 85

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

Shades of Jazzberry Jam #B30455

Tints of Jazzberry Jam #B30455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 66.79%
G = 1.49%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B30455 (or 0xB30455) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 55. RGB value is (179,4,85). Sum of RGB (Red+Green+Blue) = 179+4+85=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B30455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30455 is #4CFBAA. Grayscale: #414141. Windows color (decimal): -5045163 or 5571763. OLE color: 5571763.

HSL color Cylindrical-coordinate representation of color #B30455: hue angle of 332.23º degrees, saturation: 0.96, 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 #B30455 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 4 85 -
CMYK 0 0.98 0.53 0.30
HSL 332.23º 0.96% 0.36% -
HSV(B) 332.23º 0.98% 0.7% -
XYZ 20.27 10.33 9.52 -
YUV 65.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 179 4 85 0 0.98 0.53 0.30 332.23 0.96 0.36
Hex B3 4 55 0 62 35 1E 14C 60 24
Octal 263 4 125 0 142 65 36 514 140 44
Binary 10110011 100 1010101 0 1100010 110101 11110 101001100 1100000 100100

Color Harmonies of #B30455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30455

Black with #B30455

Text Example


Text Example

White with #B30455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30455; }

 p { color: rgb(179,4,85); }

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

background-color css

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

 a { background-color: rgb(179,4,85); }

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

border-color css

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

 span { border-color: rgb(179,4,85); }

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