Html Css Color HEX #B3016F Jazzberry Jam

📋 copy color: '#B3016F'

red 179 ◦ green 1 ◦ blue 111

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

Shades of Jazzberry Jam #B3016F

Tints of Jazzberry Jam #B3016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 61.51%
G = 0.34%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3016F (or 0xB3016F) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 6F. RGB value is (179,1,111). Sum of RGB (Red+Green+Blue) = 179+1+111=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3016F is #4CFE90. Grayscale: #424242. Windows color (decimal): -5045905 or 7274931. OLE color: 7274931.

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

Color convert

RGB 179 1 111 -
CMYK 0 0.99 0.38 0.30
HSL 322.92º 0.99% 0.35% -
HSV(B) 322.92º 0.99% 0.7% -
XYZ 21.47 10.75 15.98 -
YUV 66.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 179 1 111 0 0.99 0.38 0.30 322.92 0.99 0.35
Hex B3 1 6F 0 63 26 1E 143 63 23
Octal 263 1 157 0 143 46 36 503 143 43
Binary 10110011 1 1101111 0 1100011 100110 11110 101000011 1100011 100011

Color Harmonies of #B3016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3016F

Black with #B3016F

Text Example


Text Example

White with #B3016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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