Html Css Color HEX #B3015E Jazzberry Jam

📋 copy color: '#B3015E'

red 179 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #B3015E

Tints of Jazzberry Jam #B3015E

RGB

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

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

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

R = 65.33%
G = 0.36%
B = 34.31%

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

#B3015E (or 0xB3015E) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 5E. RGB value is (179,1,94). Sum of RGB (Red+Green+Blue) = 179+1+94=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3015E is #4CFEA1. Grayscale: #404040. Windows color (decimal): -5045922 or 6160819. OLE color: 6160819.

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

Color convert

RGB 179 1 94 -
CMYK 0 0.99 0.47 0.30
HSL 328.65º 0.99% 0.35% -
HSV(B) 328.65º 0.99% 0.7% -
XYZ 20.62 10.41 11.51 -
YUV 64.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 179 1 94 0 0.99 0.47 0.30 328.65 0.99 0.35
Hex B3 1 5E 0 63 2F 1E 149 63 23
Octal 263 1 136 0 143 57 36 511 143 43
Binary 10110011 1 1011110 0 1100011 101111 11110 101001001 1100011 100011

Color Harmonies of #B3015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3015E

Black with #B3015E

Text Example


Text Example

White with #B3015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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