Html Css Color HEX #B30154 Jazzberry Jam

📋 copy color: '#B30154'

red 179 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #B30154

Tints of Jazzberry Jam #B30154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 84 (33.2% from 255) = 31.82%

R = 67.8%
G = 0.38%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B30154 (or 0xB30154) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 54. RGB value is (179,1,84). Sum of RGB (Red+Green+Blue) = 179+1+84=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B30154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30154 is #4CFEAB. Grayscale: #3F3F3F. Windows color (decimal): -5045932 or 5505459. OLE color: 5505459.

HSL color Cylindrical-coordinate representation of color #B30154: hue angle of 332.02º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30154 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 84 -
CMYK 0 0.99 0.53 0.30
HSL 332.02º 0.99% 0.35% -
HSV(B) 332.02º 0.99% 0.7% -
XYZ 20.2 10.25 9.3 -
YUV 63.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 179 1 84 0 0.99 0.53 0.30 332.02 0.99 0.35
Hex B3 1 54 0 63 35 1E 14C 63 23
Octal 263 1 124 0 143 65 36 514 143 43
Binary 10110011 1 1010100 0 1100011 110101 11110 101001100 1100011 100011

Color Harmonies of #B30154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30154

Black with #B30154

Text Example


Text Example

White with #B30154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30154; }

 p { color: rgb(179,1,84); }

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

background-color css

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

 a { background-color: rgb(179,1,84); }

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

border-color css

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

 span { border-color: rgb(179,1,84); }

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