Html Css Color HEX #B40269 Jazzberry Jam

📋 copy color: '#B40269'

red 180 ◦ green 2 ◦ blue 105

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

Shades of Jazzberry Jam #B40269

Tints of Jazzberry Jam #B40269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 62.72%
G = 0.7%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B40269 (or 0xB40269) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 69. RGB value is (180,2,105). Sum of RGB (Red+Green+Blue) = 180+2+105=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B40269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40269 is #4BFD96. Grayscale: #424242. Windows color (decimal): -4980119 or 6881972. OLE color: 6881972.

HSL color Cylindrical-coordinate representation of color #B40269: hue angle of 325.28º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40269 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 105 -
CMYK 0 0.99 0.42 0.29
HSL 325.28º 0.98% 0.36% -
HSV(B) 325.28º 0.99% 0.71% -
XYZ 21.39 10.77 14.32 -
YUV 66.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 180 2 105 0 0.99 0.42 0.29 325.28 0.98 0.36
Hex B4 2 69 0 63 2A 1D 145 62 24
Octal 264 2 151 0 143 52 35 505 142 44
Binary 10110100 10 1101001 0 1100011 101010 11101 101000101 1100010 100100

Color Harmonies of #B40269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40269

Black with #B40269

Text Example


Text Example

White with #B40269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40269; }

 p { color: rgb(180,2,105); }

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

background-color css

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

 a { background-color: rgb(180,2,105); }

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

border-color css

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

 span { border-color: rgb(180,2,105); }

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