Html Css Color HEX #B40367 Jazzberry Jam

📋 copy color: '#B40367'

red 180 ◦ green 3 ◦ blue 103

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

Shades of Jazzberry Jam #B40367

Tints of Jazzberry Jam #B40367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 62.94%
G = 1.05%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B40367 (or 0xB40367) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 67. RGB value is (180,3,103). Sum of RGB (Red+Green+Blue) = 180+3+103=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B40367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40367 is #4BFC98. Grayscale: #434343. Windows color (decimal): -4979865 or 6751156. OLE color: 6751156.

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

Color convert

RGB 180 3 103 -
CMYK 0 0.98 0.43 0.29
HSL 326.1º 0.97% 0.36% -
HSV(B) 326.1º 0.98% 0.71% -
XYZ 21.3 10.75 13.78 -
YUV 67.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 180 3 103 0 0.98 0.43 0.29 326.1 0.97 0.36
Hex B4 3 67 0 62 2B 1D 146 61 24
Octal 264 3 147 0 142 53 35 506 141 44
Binary 10110100 11 1100111 0 1100010 101011 11101 101000110 1100001 100100

Color Harmonies of #B40367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40367

Black with #B40367

Text Example


Text Example

White with #B40367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40367; }

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

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

background-color css

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

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

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

border-color css

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

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

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