Html Css Color HEX #B51268 Jazzberry Jam

📋 copy color: '#B51268'

red 181 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #B51268

Tints of Jazzberry Jam #B51268

RGB

 RED value IS 181 (71.09% from 255) = 59.74%

 GREEN value IS 18 (7.42% from 255) = 5.94%

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

R = 59.74%
G = 5.94%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B51268 (or 0xB51268) is known color: Jazzberry Jam. HEX triplet: B5, 12 and 68. RGB value is (181,18,104). Sum of RGB (Red+Green+Blue) = 181+18+104=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B51268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51268 is #4AED97. Grayscale: #4C4C4C. Windows color (decimal): -4910488 or 6820533. OLE color: 6820533.

HSL color Cylindrical-coordinate representation of color #B51268: hue angle of 328.34º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51268 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 104 -
CMYK 0 0.90 0.43 0.29
HSL 328.34º 0.82% 0.39% -
HSV(B) 328.34º 0.9% 0.71% -
XYZ 21.77 11.26 14.12 -
YUV 76.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 181 18 104 0 0.90 0.43 0.29 328.34 0.82 0.39
Hex B5 12 68 0 5A 2B 1D 148 52 27
Octal 265 22 150 0 132 53 35 510 122 47
Binary 10110101 10010 1101000 0 1011010 101011 11101 101001000 1010010 100111

Color Harmonies of #B51268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51268

Black with #B51268

Text Example


Text Example

White with #B51268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51268; }

 p { color: rgb(181,18,104); }

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

background-color css

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

 a { background-color: rgb(181,18,104); }

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

border-color css

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

 span { border-color: rgb(181,18,104); }

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