#B10241

Color #B10241 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B10241

Tints of Jazzberry Jam #B10241

Color information

#B10241 (or 0xB10241) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 02 and 41. RGB value is (177,2,65). Sum of RGB (Red+Green+Blue) = 177+2+65=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B10241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10241 is #4EFDBE. Grayscale: #3D3D3D. Windows color (decimal): -5176767 or 4260529. OLE color: 4260529.

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

Color convert

RGB177265-
CMYK00.990.630.31
HSL338.4º97.77%35.1%-
HSV(B)338.4º98.87%69.41%-
XYZ19.119.775.88-
YUV61.51129.98210.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.54%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=72.54%
G=0.82%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17726500.990.630.31338.497.7735.1
HexB12410633F1F1526223
Octal26121010143773752214243
Binary1011000110100000101100011111111111111010100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10241; }

 p { color: rgb(177,2,65); }

 H1.HeaderClassName
 {
   color: #B10241;
 }
 .AnyTagClassName
 {
   color: #B10241;
 }
</style>
background-color css

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

 a { background-color: rgb(177,2,65); }

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

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

 span { border-color: rgb(177,2,65); }

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