Html Css Color HEX #B30451 Jazzberry Jam

📋 copy color: '#B30451'

red 179 ◦ green 4 ◦ blue 81

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

Shades of Jazzberry Jam #B30451

Tints of Jazzberry Jam #B30451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 67.8%
G = 1.52%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B30451 (or 0xB30451) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 51. RGB value is (179,4,81). Sum of RGB (Red+Green+Blue) = 179+4+81=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B30451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30451 is #4CFBAE. Grayscale: #404040. Windows color (decimal): -5045167 or 5309619. OLE color: 5309619.

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

Color convert

RGB 179 4 81 -
CMYK 0 0.98 0.55 0.30
HSL 333.6º 0.96% 0.36% -
HSV(B) 333.6º 0.98% 0.7% -
XYZ 20.12 10.26 8.71 -
YUV 65.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 179 4 81 0 0.98 0.55 0.30 333.6 0.96 0.36
Hex B3 4 51 0 62 37 1E 14E 60 24
Octal 263 4 121 0 142 67 36 516 140 44
Binary 10110011 100 1010001 0 1100010 110111 11110 101001110 1100000 100100

Color Harmonies of #B30451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30451

Black with #B30451

Text Example


Text Example

White with #B30451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30451; }

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

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

background-color css

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

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

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

border-color css

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

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

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