Html Css Color HEX #B41267 Jazzberry Jam

📋 copy color: '#B41267'

red 180 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #B41267

Tints of Jazzberry Jam #B41267

RGB

 RED value IS 180 (70.7% from 255) = 59.8%

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

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 59.8%
G = 5.98%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B41267 (or 0xB41267) is known color: Jazzberry Jam. HEX triplet: B4, 12 and 67. RGB value is (180,18,103). Sum of RGB (Red+Green+Blue) = 180+18+103=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B41267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41267 is #4BED98. Grayscale: #4B4B4B. Windows color (decimal): -4976025 or 6754996. OLE color: 6754996.

HSL color Cylindrical-coordinate representation of color #B41267: hue angle of 328.52º 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 #B41267 is Cyan = 0, Magento = 0.9, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 103 -
CMYK 0 0.9 0.43 0.29
HSL 328.52º 0.82% 0.39% -
HSV(B) 328.52º 0.9% 0.71% -
XYZ 21.49 11.12 13.84 -
YUV 76.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 180 18 103 0 0.9 0.43 0.29 328.52 0.82 0.39
Hex B4 12 67 0 5A 2B 1D 149 52 27
Octal 264 22 147 0 132 53 35 511 122 47
Binary 10110100 10010 1100111 0 1011010 101011 11101 101001001 1010010 100111

Color Harmonies of #B41267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41267

Black with #B41267

Text Example


Text Example

White with #B41267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41267; }

 p { color: rgb(180,18,103); }

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

background-color css

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

 a { background-color: rgb(180,18,103); }

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

border-color css

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

 span { border-color: rgb(180,18,103); }

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