#B70258

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

Shades of Jazzberry Jam #B70258

Tints of Jazzberry Jam #B70258

Color information

#B70258 (or 0xB70258) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 58. RGB value is (183,2,88). Sum of RGB (Red+Green+Blue) = 183+2+88=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B70258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70258 is #48FDA7. Grayscale: #414141. Windows color (decimal): -4783528 or 5767863. OLE color: 5767863.

HSL color Cylindrical-coordinate representation of color #B70258: hue angle of 331.49º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70258 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB183288-
CMYK00.990.520.28
HSL331.49º97.84%36.27%-
HSV(B)331.49º98.91%71.76%-
XYZ21.3110.8210.2-
YUV65.92140.47211.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.03%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=67.03%
G=0.73%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18328800.990.520.28331.4997.8436.27
HexB7258063341C14b6224
Octal26721300143643451314244
Binary1011011110101100001100011110100111001010010111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70258; }

 p { color: rgb(183,2,88); }

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

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

 a { background-color: rgb(183,2,88); }

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

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

 span { border-color: rgb(183,2,88); }

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