Html Css Color HEX #B3005A Jazzberry Jam

📋 copy color: '#B3005A'

red 179 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #B3005A

Tints of Jazzberry Jam #B3005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 66.54%
G = 0%
B = 33.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3005A (or 0xB3005A) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 5A. RGB value is (179,0,90). Sum of RGB (Red+Green+Blue) = 179+0+90=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B3005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3005A is #4CFFA5. Grayscale: #3F3F3F. Windows color (decimal): -5046182 or 5898419. OLE color: 5898419.

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

Color convert

RGB 179 0 90 -
CMYK 0 1 0.50 0.30
HSL 329.83º 1% 0.35% -
HSV(B) 329.83º 1% 0.7% -
XYZ 20.44 10.32 10.59 -
YUV 63.78 142.8 210.18 -
System Red Green Blue C M Y K H S L
Decimal 179 0 90 0 1 0.50 0.30 329.83 1 0.35
Hex B3 0 5A 0 64 32 1E 14A 64 23
Octal 263 0 132 0 144 62 36 512 144 43
Binary 10110011 0 1011010 0 1100100 110010 11110 101001010 1100100 100011

Color Harmonies of #B3005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3005A

Black with #B3005A

Text Example


Text Example

White with #B3005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3005A; }

 p { color: rgb(179,0,90); }

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

background-color css

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

 a { background-color: rgb(179,0,90); }

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

border-color css

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

 span { border-color: rgb(179,0,90); }

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