#B10944

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

Shades of Jazzberry Jam #B10944

Tints of Jazzberry Jam #B10944

Color information

#B10944 (or 0xB10944) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 09 and 44. RGB value is (177,9,68). Sum of RGB (Red+Green+Blue) = 177+9+68=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B10944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10944 is #4EF6BB. Grayscale: #414141. Windows color (decimal): -5174972 or 4458929. OLE color: 4458929.

HSL color Cylindrical-coordinate representation of color #B10944: hue angle of 338.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10944 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB177968-
CMYK00.950.620.31
HSL338.93º90.32%36.47%-
HSV(B)338.93º94.92%69.41%-
XYZ19.279.966.38-
YUV65.96129.16207.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.69%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=69.69%
G=3.54%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17796800.950.620.31338.9390.3236.47
HexB194405F3E1F1535a24
Octal261111040137763752313244
Binary101100011001100010001011111111110111111010100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10944; }

 p { color: rgb(177,9,68); }

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

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

 a { background-color: rgb(177,9,68); }

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

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

 span { border-color: rgb(177,9,68); }

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