Html Css Color HEX #B0035A Jazzberry Jam

📋 copy color: '#B0035A'

red 176 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #B0035A

Tints of Jazzberry Jam #B0035A

RGB

 RED value IS 176 (69.14% from 255) = 65.43%

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 65.43%
G = 1.12%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0035A (or 0xB0035A) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 5A. RGB value is (176,3,90). Sum of RGB (Red+Green+Blue) = 176+3+90=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0035A is #4FFCA5. Grayscale: #404040. Windows color (decimal): -5242022 or 5899184. OLE color: 5899184.

HSL color Cylindrical-coordinate representation of color #B0035A: hue angle of 329.83º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0035A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 3 90 -
CMYK 0 0.98 0.49 0.31
HSL 329.83º 0.97% 0.35% -
HSV(B) 329.83º 0.98% 0.69% -
XYZ 19.78 10.03 10.57 -
YUV 64.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 176 3 90 0 0.98 0.49 0.31 329.83 0.97 0.35
Hex B0 3 5A 0 62 31 1F 14A 61 23
Octal 260 3 132 0 142 61 37 512 141 43
Binary 10110000 11 1011010 0 1100010 110001 11111 101001010 1100001 100011

Color Harmonies of #B0035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0035A

Black with #B0035A

Text Example


Text Example

White with #B0035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0035A; }

 p { color: rgb(176,3,90); }

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

background-color css

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

 a { background-color: rgb(176,3,90); }

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

border-color css

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

 span { border-color: rgb(176,3,90); }

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