Html Css Color HEX #9E003D Jazzberry Jam

📋 copy color: '#9E003D'

red 158 ◦ green 0 ◦ blue 61

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

Shades of Jazzberry Jam #9E003D

Tints of Jazzberry Jam #9E003D

RGB

 RED value IS 158 (62.11% from 255) = 72.15%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 27.85%

R = 72.15%
G = 0%
B = 27.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9E003D (or 0x9E003D) is known color: Jazzberry Jam. HEX triplet: 9E, 00 and 3D. RGB value is (158,0,61). Sum of RGB (Red+Green+Blue) = 158+0+61=219 (29% of max value = 765). Red value is 158 (62.11% from 255 or 72.15% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 158 - color contains mainly: red. Hex color #9E003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E003D is #61FFC2. Grayscale: #363636. Windows color (decimal): -6422467 or 3997854. OLE color: 3997854.

HSL color Cylindrical-coordinate representation of color #9E003D: hue angle of 336.84º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E003D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 0 61 -
CMYK 0 1 0.61 0.38
HSL 336.84º 1% 0.31% -
HSV(B) 336.84º 1% 0.62% -
XYZ 14.94 7.61 5.1 -
YUV 54.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 158 0 61 0 1 0.61 0.38 336.84 1 0.31
Hex 9E 0 3D 0 64 3D 26 151 64 1F
Octal 236 0 75 0 144 75 46 521 144 37
Binary 10011110 0 111101 0 1100100 111101 100110 101010001 1100100 11111

Color Harmonies of #9E003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E003D

Black with #9E003D

Text Example


Text Example

White with #9E003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E003D; }

 p { color: rgb(158,0,61); }

 H1.HeaderClassName
 {
   color: #9E003D;
 }
 .AnyTagClassName
 {
   color: #9E003D;
 }
</style>

background-color css

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

 a { background-color: rgb(158,0,61); }

 div.DivClassName
 {
   background-color: #9E003D;
 }
 .BgClassName
 {
   background-color: #9E003D;
 }
</style>

border-color css

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

 span { border-color: rgb(158,0,61); }

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