#B01C6E

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

Shades of Jazzberry Jam #B01C6E

Tints of Jazzberry Jam #B01C6E

Color information

#B01C6E (or 0xB01C6E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1C and 6E. RGB value is (176,28,110). Sum of RGB (Red+Green+Blue) = 176+28+110=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C6E is #4FE391. Grayscale: #515151. Windows color (decimal): -5235602 or 7216304. OLE color: 7216304.

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

Color convert

RGB17628110-
CMYK00.840.370.31
HSL326.76º72.55%40%-
HSV(B)326.76º84.09%69.02%-
XYZ21.1311.1915.8-
YUV81.6144.03195.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 28 (11.33% from 255) = 8.92%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=56.05%
G=8.92%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762811000.840.370.31326.7672.5540
HexB01C6E054251F1474928
Octal260341560124453750711150
Binary1011000011100110111001010100100101111111010001111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C6E; }

 p { color: rgb(176,28,110); }

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

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

 a { background-color: rgb(176,28,110); }

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

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

 span { border-color: rgb(176,28,110); }

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