Html Css Color HEX #B00353 Jazzberry Jam

📋 copy color: '#B00353'

red 176 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #B00353

Tints of Jazzberry Jam #B00353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 67.18%
G = 1.15%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B00353 (or 0xB00353) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 53. RGB value is (176,3,83). Sum of RGB (Red+Green+Blue) = 176+3+83=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B00353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00353 is #4FFCAC. Grayscale: #3F3F3F. Windows color (decimal): -5242029 or 5440432. OLE color: 5440432.

HSL color Cylindrical-coordinate representation of color #B00353: hue angle of 332.25º 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 #B00353 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 3 83 -
CMYK 0 0.98 0.53 0.31
HSL 332.25º 0.97% 0.35% -
HSV(B) 332.25º 0.98% 0.69% -
XYZ 19.5 9.92 9.07 -
YUV 63.85 138.81 208 -
System Red Green Blue C M Y K H S L
Decimal 176 3 83 0 0.98 0.53 0.31 332.25 0.97 0.35
Hex B0 3 53 0 62 35 1F 14C 61 23
Octal 260 3 123 0 142 65 37 514 141 43
Binary 10110000 11 1010011 0 1100010 110101 11111 101001100 1100001 100011

Color Harmonies of #B00353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00353

Black with #B00353

Text Example


Text Example

White with #B00353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00353; }

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

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

background-color css

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

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

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

border-color css

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

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

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