#970B3D

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

Shades of Jazzberry Jam #970B3D

Tints of Jazzberry Jam #970B3D

Color information

#970B3D (or 0x970B3D) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0B and 3D. RGB value is (151,11,61). Sum of RGB (Red+Green+Blue) = 151+11+61=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #970B3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970B3D is #68F4C2. Grayscale: #3A3A3A. Windows color (decimal): -6878403 or 4000663. OLE color: 4000663.

HSL color Cylindrical-coordinate representation of color #970B3D: hue angle of 338.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B3D is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB1511161-
CMYK00.930.600.41
HSL338.57º86.42%31.76%-
HSV(B)338.57º92.72%59.22%-
XYZ13.727.165.07-
YUV58.56129.38193.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.71%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=67.71%
G=4.93%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151116100.930.600.41338.5786.4231.76
Hex97B3D05D3C291535620
Octal22713750135745152312640
Binary100101111011111101010111011111001010011010100111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970B3D; }

 p { color: rgb(151,11,61); }

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

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

 a { background-color: rgb(151,11,61); }

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

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

 span { border-color: rgb(151,11,61); }

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