Html Css Color HEX #A0034B Jazzberry Jam

📋 copy color: '#A0034B'

red 160 ◦ green 3 ◦ blue 75

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

Shades of Jazzberry Jam #A0034B

Tints of Jazzberry Jam #A0034B

RGB

 RED value IS 160 (62.89% from 255) = 67.23%

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 67.23%
G = 1.26%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0034B (or 0xA0034B) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 4B. RGB value is (160,3,75). Sum of RGB (Red+Green+Blue) = 160+3+75=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0034B is #5FFCB4. Grayscale: #3A3A3A. Windows color (decimal): -6290613 or 4916128. OLE color: 4916128.

HSL color Cylindrical-coordinate representation of color #A0034B: hue angle of 332.48º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0034B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 75 -
CMYK 0 0.98 0.53 0.37
HSL 332.48º 0.96% 0.32% -
HSV(B) 332.48º 0.98% 0.63% -
XYZ 15.8 8.05 7.38 -
YUV 58.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 160 3 75 0 0.98 0.53 0.37 332.48 0.96 0.32
Hex A0 3 4B 0 62 35 25 14C 60 20
Octal 240 3 113 0 142 65 45 514 140 40
Binary 10100000 11 1001011 0 1100010 110101 100101 101001100 1100000 100000

Color Harmonies of #A0034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0034B

Black with #A0034B

Text Example


Text Example

White with #A0034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0034B; }

 p { color: rgb(160,3,75); }

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

background-color css

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

 a { background-color: rgb(160,3,75); }

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

border-color css

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

 span { border-color: rgb(160,3,75); }

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