Html Css Color HEX #94003F Jazzberry Jam

📋 copy color: '#94003F'

red 148 ◦ green 0 ◦ blue 63

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

Shades of Jazzberry Jam #94003F

Tints of Jazzberry Jam #94003F

RGB

 RED value IS 148 (58.2% from 255) = 70.14%

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

 BLUE value IS 63 (25% from 255) = 29.86%

R = 70.14%
G = 0%
B = 29.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#94003F (or 0x94003F) is known color: Jazzberry Jam. HEX triplet: 94, 00 and 3F. RGB value is (148,0,63). Sum of RGB (Red+Green+Blue) = 148+0+63=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #94003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94003F is #6BFFC0. Grayscale: #333333. Windows color (decimal): -7077825 or 4128916. OLE color: 4128916.

HSL color Cylindrical-coordinate representation of color #94003F: hue angle of 334.46º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94003F is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 63 -
CMYK 0 1 0.57 0.42
HSL 334.46º 1% 0.29% -
HSV(B) 334.46º 1% 0.58% -
XYZ 13.11 6.65 5.3 -
YUV 51.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 148 0 63 0 1 0.57 0.42 334.46 1 0.29
Hex 94 0 3F 0 64 39 2A 14E 64 1D
Octal 224 0 77 0 144 71 52 516 144 35
Binary 10010100 0 111111 0 1100100 111001 101010 101001110 1100100 11101

Color Harmonies of #94003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94003F

Black with #94003F

Text Example


Text Example

White with #94003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94003F; }

 p { color: rgb(148,0,63); }

 H1.HeaderClassName
 {
   color: #94003F;
 }
 .AnyTagClassName
 {
   color: #94003F;
 }
</style>

background-color css

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

 a { background-color: rgb(148,0,63); }

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

border-color css

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

 span { border-color: rgb(148,0,63); }

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