#B1004B

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

Shades of Jazzberry Jam #B1004B

Tints of Jazzberry Jam #B1004B

Color information

#B1004B (or 0xB1004B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 4B. RGB value is (177,0,75). Sum of RGB (Red+Green+Blue) = 177+0+75=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B1004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1004B is #4EFFB4. Grayscale: #3D3D3D. Windows color (decimal): -5177269 or 4915377. OLE color: 4915377.

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

Color convert

RGB177075-
CMYK010.580.31
HSL334.58º100%34.71%-
HSV(B)334.58º100%69.41%-
XYZ19.49.867.54-
YUV61.47135.64210.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=70.24%
G=0%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177075010.580.31334.5810034.71
HexB104B0643A1F14f6423
Octal26101130144723751714443
Binary101100010100101101100100111010111111010011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1004B; }

 p { color: rgb(177,0,75); }

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

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

 a { background-color: rgb(177,0,75); }

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

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

 span { border-color: rgb(177,0,75); }

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