#B01A69

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

Shades of Jazzberry Jam #B01A69

Tints of Jazzberry Jam #B01A69

Color information

#B01A69 (or 0xB01A69) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1A and 69. RGB value is (176,26,105). Sum of RGB (Red+Green+Blue) = 176+26+105=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01A69 is #4FE596. Grayscale: #4F4F4F. Windows color (decimal): -5236119 or 6888112. OLE color: 6888112.

HSL color Cylindrical-coordinate representation of color #B01A69: hue angle of 328.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A69 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17626105-
CMYK00.850.400.31
HSL328.4º74.26%39.61%-
HSV(B)328.4º85.23%69.02%-
XYZ20.8210.9914.39-
YUV79.86142.2196.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=57.33%
G=8.47%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762610500.850.400.31328.474.2639.61
HexB01A69055281F1484a28
Octal260321510125503751011250
Binary1011000011010110100101010101101000111111010010001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A69; }

 p { color: rgb(176,26,105); }

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

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

 a { background-color: rgb(176,26,105); }

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

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

 span { border-color: rgb(176,26,105); }

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