Html Css Color HEX #B30B5B Jazzberry Jam

📋 copy color: '#B30B5B'

red 179 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #B30B5B

Tints of Jazzberry Jam #B30B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 63.7%
G = 3.91%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B30B5B (or 0xB30B5B) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 5B. RGB value is (179,11,91). Sum of RGB (Red+Green+Blue) = 179+11+91=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B5B is #4CF4A4. Grayscale: #464646. Windows color (decimal): -5043365 or 5966771. OLE color: 5966771.

HSL color Cylindrical-coordinate representation of color #B30B5B: hue angle of 331.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B5B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 11 91 -
CMYK 0 0.94 0.49 0.30
HSL 331.43º 0.88% 0.37% -
HSV(B) 331.43º 0.94% 0.7% -
XYZ 20.6 10.58 10.85 -
YUV 70.35 139.66 205.5 -
System Red Green Blue C M Y K H S L
Decimal 179 11 91 0 0.94 0.49 0.30 331.43 0.88 0.37
Hex B3 B 5B 0 5E 31 1E 14B 58 25
Octal 263 13 133 0 136 61 36 513 130 45
Binary 10110011 1011 1011011 0 1011110 110001 11110 101001011 1011000 100101

Color Harmonies of #B30B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B5B

Black with #B30B5B

Text Example


Text Example

White with #B30B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B5B; }

 p { color: rgb(179,11,91); }

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

background-color css

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

 a { background-color: rgb(179,11,91); }

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

border-color css

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

 span { border-color: rgb(179,11,91); }

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