Html Css Color HEX #B3005E Jazzberry Jam

📋 copy color: '#B3005E'

red 179 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #B3005E

Tints of Jazzberry Jam #B3005E

RGB

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

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

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

R = 65.57%
G = 0%
B = 34.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3005E (or 0xB3005E) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 5E. RGB value is (179,0,94). Sum of RGB (Red+Green+Blue) = 179+0+94=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3005E is #4CFFA1. Grayscale: #404040. Windows color (decimal): -5046178 or 6160563. OLE color: 6160563.

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

Color convert

RGB 179 0 94 -
CMYK 0 1 0.47 0.30
HSL 328.49º 1% 0.35% -
HSV(B) 328.49º 1% 0.7% -
XYZ 20.61 10.39 11.51 -
YUV 64.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 179 0 94 0 1 0.47 0.30 328.49 1 0.35
Hex B3 0 5E 0 64 2F 1E 148 64 23
Octal 263 0 136 0 144 57 36 510 144 43
Binary 10110011 0 1011110 0 1100100 101111 11110 101001000 1100100 100011

Color Harmonies of #B3005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3005E

Black with #B3005E

Text Example


Text Example

White with #B3005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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