Html Css Color HEX #AD2368 Jazzberry Jam

📋 copy color: '#AD2368'

red 173 ◦ green 35 ◦ blue 104

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

Shades of Jazzberry Jam #AD2368

Tints of Jazzberry Jam #AD2368

RGB

 RED value IS 173 (67.97% from 255) = 55.45%

 GREEN value IS 35 (14.06% from 255) = 11.22%

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 55.45%
G = 11.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD2368 (or 0xAD2368) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 68. RGB value is (173,35,104). Sum of RGB (Red+Green+Blue) = 173+35+104=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2368 is #52DC97. Grayscale: #535353. Windows color (decimal): -5430424 or 6824877. OLE color: 6824877.

HSL color Cylindrical-coordinate representation of color #AD2368: hue angle of 330º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2368 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 104 -
CMYK 0 0.80 0.40 0.32
HSL 330º 0.66% 0.41% -
HSV(B) 330º 0.8% 0.68% -
XYZ 20.33 11.09 14.16 -
YUV 84.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 173 35 104 0 0.80 0.40 0.32 330 0.66 0.41
Hex AD 23 68 0 50 28 20 14A 42 29
Octal 255 43 150 0 120 50 40 512 102 51
Binary 10101101 100011 1101000 0 1010000 101000 100000 101001010 1000010 101001

Color Harmonies of #AD2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2368

Black with #AD2368

Text Example


Text Example

White with #AD2368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2368; }

 p { color: rgb(173,35,104); }

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

background-color css

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

 a { background-color: rgb(173,35,104); }

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

border-color css

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

 span { border-color: rgb(173,35,104); }

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