Html Css Color HEX #B30F5E Jazzberry Jam

📋 copy color: '#B30F5E'

red 179 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #B30F5E

Tints of Jazzberry Jam #B30F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.21%

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 62.15%
G = 5.21%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B30F5E (or 0xB30F5E) is known color: Jazzberry Jam. HEX triplet: B3, 0F and 5E. RGB value is (179,15,94). Sum of RGB (Red+Green+Blue) = 179+15+94=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F5E is #4CF0A1. Grayscale: #484848. Windows color (decimal): -5042338 or 6164403. OLE color: 6164403.

HSL color Cylindrical-coordinate representation of color #B30F5E: hue angle of 331.1º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F5E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 15 94 -
CMYK 0 0.92 0.47 0.30
HSL 331.1º 0.85% 0.38% -
HSV(B) 331.1º 0.92% 0.7% -
XYZ 20.78 10.73 11.57 -
YUV 73.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 179 15 94 0 0.92 0.47 0.30 331.1 0.85 0.38
Hex B3 F 5E 0 5C 2F 1E 14B 55 26
Octal 263 17 136 0 134 57 36 513 125 46
Binary 10110011 1111 1011110 0 1011100 101111 11110 101001011 1010101 100110

Color Harmonies of #B30F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F5E

Black with #B30F5E

Text Example


Text Example

White with #B30F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F5E; }

 p { color: rgb(179,15,94); }

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

background-color css

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

 a { background-color: rgb(179,15,94); }

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

border-color css

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

 span { border-color: rgb(179,15,94); }

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