Html Css Color HEX #B3015D Jazzberry Jam

📋 copy color: '#B3015D'

red 179 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #B3015D

Tints of Jazzberry Jam #B3015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 65.57%
G = 0.37%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3015D (or 0xB3015D) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 5D. RGB value is (179,1,93). Sum of RGB (Red+Green+Blue) = 179+1+93=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3015D is #4CFEA2. Grayscale: #404040. Windows color (decimal): -5045923 or 6095283. OLE color: 6095283.

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

Color convert

RGB 179 1 93 -
CMYK 0 0.99 0.48 0.30
HSL 328.99º 0.99% 0.35% -
HSV(B) 328.99º 0.99% 0.7% -
XYZ 20.58 10.4 11.28 -
YUV 64.71 143.97 209.52 -
System Red Green Blue C M Y K H S L
Decimal 179 1 93 0 0.99 0.48 0.30 328.99 0.99 0.35
Hex B3 1 5D 0 63 30 1E 149 63 23
Octal 263 1 135 0 143 60 36 511 143 43
Binary 10110011 1 1011101 0 1100011 110000 11110 101001001 1100011 100011

Color Harmonies of #B3015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3015D

Black with #B3015D

Text Example


Text Example

White with #B3015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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