Html Css Color HEX #B3015F Jazzberry Jam

📋 copy color: '#B3015F'

red 179 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #B3015F

Tints of Jazzberry Jam #B3015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 65.09%
G = 0.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3015F (or 0xB3015F) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 5F. RGB value is (179,1,95). Sum of RGB (Red+Green+Blue) = 179+1+95=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3015F is #4CFEA0. Grayscale: #404040. Windows color (decimal): -5045921 or 6226355. OLE color: 6226355.

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

Color convert

RGB 179 1 95 -
CMYK 0 0.99 0.47 0.30
HSL 328.31º 0.99% 0.35% -
HSV(B) 328.31º 0.99% 0.7% -
XYZ 20.67 10.43 11.75 -
YUV 64.94 144.97 209.36 -
System Red Green Blue C M Y K H S L
Decimal 179 1 95 0 0.99 0.47 0.30 328.31 0.99 0.35
Hex B3 1 5F 0 63 2F 1E 148 63 23
Octal 263 1 137 0 143 57 36 510 143 43
Binary 10110011 1 1011111 0 1100011 101111 11110 101001000 1100011 100011

Color Harmonies of #B3015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3015F

Black with #B3015F

Text Example


Text Example

White with #B3015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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