Html Css Color HEX #B3015A Jazzberry Jam

📋 copy color: '#B3015A'

red 179 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #B3015A

Tints of Jazzberry Jam #B3015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 66.3%
G = 0.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3015A (or 0xB3015A) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 5A. RGB value is (179,1,90). Sum of RGB (Red+Green+Blue) = 179+1+90=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B3015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3015A is #4CFEA5. Grayscale: #404040. Windows color (decimal): -5045926 or 5898675. OLE color: 5898675.

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

Color convert

RGB 179 1 90 -
CMYK 0 0.99 0.50 0.30
HSL 330º 0.99% 0.35% -
HSV(B) 330º 0.99% 0.7% -
XYZ 20.45 10.34 10.59 -
YUV 64.37 142.47 209.76 -
System Red Green Blue C M Y K H S L
Decimal 179 1 90 0 0.99 0.50 0.30 330 0.99 0.35
Hex B3 1 5A 0 63 32 1E 14A 63 23
Octal 263 1 132 0 143 62 36 512 143 43
Binary 10110011 1 1011010 0 1100011 110010 11110 101001010 1100011 100011

Color Harmonies of #B3015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3015A

Black with #B3015A

Text Example


Text Example

White with #B3015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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