Html Css Color HEX #B3005D Jazzberry Jam

📋 copy color: '#B3005D'

red 179 ◦ green 0 ◦ blue 93

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

Shades of Jazzberry Jam #B3005D

Tints of Jazzberry Jam #B3005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.81%
G = 0%
B = 34.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3005D (or 0xB3005D) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 5D. RGB value is (179,0,93). Sum of RGB (Red+Green+Blue) = 179+0+93=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3005D is #4CFFA2. Grayscale: #3F3F3F. Windows color (decimal): -5046179 or 6095027. OLE color: 6095027.

HSL color Cylindrical-coordinate representation of color #B3005D: hue angle of 328.83º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3005D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 93 -
CMYK 0 1 0.48 0.30
HSL 328.83º 1% 0.35% -
HSV(B) 328.83º 1% 0.7% -
XYZ 20.57 10.37 11.27 -
YUV 64.12 144.3 209.94 -
System Red Green Blue C M Y K H S L
Decimal 179 0 93 0 1 0.48 0.30 328.83 1 0.35
Hex B3 0 5D 0 64 30 1E 149 64 23
Octal 263 0 135 0 144 60 36 511 144 43
Binary 10110011 0 1011101 0 1100100 110000 11110 101001001 1100100 100011

Color Harmonies of #B3005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3005D

Black with #B3005D

Text Example


Text Example

White with #B3005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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