Html Css Color HEX #B30141 Jazzberry Jam

📋 copy color: '#B30141'

red 179 ◦ green 1 ◦ blue 65

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

Shades of Jazzberry Jam #B30141

Tints of Jazzberry Jam #B30141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 73.06%
G = 0.41%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30141 (or 0xB30141) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 41. RGB value is (179,1,65). Sum of RGB (Red+Green+Blue) = 179+1+65=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B30141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30141 is #4CFEBE. Grayscale: #3D3D3D. Windows color (decimal): -5045951 or 4260275. OLE color: 4260275.

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

Color convert

RGB 179 1 65 -
CMYK 0 0.99 0.64 0.30
HSL 338.43º 0.99% 0.35% -
HSV(B) 338.43º 0.99% 0.7% -
XYZ 19.56 9.99 5.9 -
YUV 61.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 179 1 65 0 0.99 0.64 0.30 338.43 0.99 0.35
Hex B3 1 41 0 63 40 1E 152 63 23
Octal 263 1 101 0 143 100 36 522 143 43
Binary 10110011 1 1000001 0 1100011 1000000 11110 101010010 1100011 100011

Color Harmonies of #B30141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30141

Black with #B30141

Text Example


Text Example

White with #B30141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30141; }

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

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

background-color css

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

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

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

border-color css

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

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

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