Html Css Color HEX #970B3D Jazzberry Jam

📋 copy color: '#970B3D'

red 151 ◦ green 11 ◦ blue 61

#970B3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #970B3D

Tints of Jazzberry Jam #970B3D

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 value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#970B3D (or 0x970B3D) is known color: 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

RGB 151 11 61 -
CMYK 0 0.93 0.60 0.41
HSL 338.57º 0.86% 0.32% -
HSV(B) 338.57º 0.93% 0.59% -
XYZ 13.72 7.16 5.07 -
YUV 58.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 151 11 61 0 0.93 0.60 0.41 338.57 0.86 0.32
Hex 97 B 3D 0 5D 3C 29 153 56 20
Octal 227 13 75 0 135 74 51 523 126 40
Binary 10010111 1011 111101 0 1011101 111100 101001 101010011 1010110 100000

Color Harmonies of #970B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B3D

Black with #970B3D

Text Example


Text Example

White with #970B3D

Text Example


Text Example

HTML Codes & Css Web 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>