Html Css Color HEX #BB2368 Jazzberry Jam

📋 copy color: '#BB2368'

red 187 ◦ green 35 ◦ blue 104

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

Shades of Jazzberry Jam #BB2368

Tints of Jazzberry Jam #BB2368

RGB

 RED value IS 187 (73.44% from 255) = 57.36%

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

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

R = 57.36%
G = 10.74%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB2368 (or 0xBB2368) is known color: Jazzberry Jam. HEX triplet: BB, 23 and 68. RGB value is (187,35,104). Sum of RGB (Red+Green+Blue) = 187+35+104=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2368 is #44DC97. Grayscale: #585858. Windows color (decimal): -4512920 or 6824891. OLE color: 6824891.

HSL color Cylindrical-coordinate representation of color #BB2368: hue angle of 332.76º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2368 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 104 -
CMYK 0 0.81 0.44 0.27
HSL 332.76º 0.68% 0.44% -
HSV(B) 332.76º 0.81% 0.73% -
XYZ 23.59 12.77 14.32 -
YUV 88.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 187 35 104 0 0.81 0.44 0.27 332.76 0.68 0.44
Hex BB 23 68 0 51 2C 1B 14D 44 2C
Octal 273 43 150 0 121 54 33 515 104 54
Binary 10111011 100011 1101000 0 1010001 101100 11011 101001101 1000100 101100

Color Harmonies of #BB2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2368

Black with #BB2368

Text Example


Text Example

White with #BB2368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2368; }

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

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

background-color css

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

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

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

border-color css

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

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

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