Html Css Color HEX #B30150 Jazzberry Jam

📋 copy color: '#B30150'

red 179 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #B30150

Tints of Jazzberry Jam #B30150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 68.85%
G = 0.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B30150 (or 0xB30150) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 50. RGB value is (179,1,80). Sum of RGB (Red+Green+Blue) = 179+1+80=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B30150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30150 is #4CFEAF. Grayscale: #3F3F3F. Windows color (decimal): -5045936 or 5243315. OLE color: 5243315.

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

Color convert

RGB 179 1 80 -
CMYK 0 0.99 0.55 0.30
HSL 333.37º 0.99% 0.35% -
HSV(B) 333.37º 0.99% 0.7% -
XYZ 20.05 10.18 8.5 -
YUV 63.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 179 1 80 0 0.99 0.55 0.30 333.37 0.99 0.35
Hex B3 1 50 0 63 37 1E 14D 63 23
Octal 263 1 120 0 143 67 36 515 143 43
Binary 10110011 1 1010000 0 1100011 110111 11110 101001101 1100011 100011

Color Harmonies of #B30150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30150

Black with #B30150

Text Example


Text Example

White with #B30150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30150; }

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

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

background-color css

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

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

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

border-color css

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

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

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