Html Css Color HEX #B70367 Jazzberry Jam

📋 copy color: '#B70367'

red 183 ◦ green 3 ◦ blue 103

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

Shades of Jazzberry Jam #B70367

Tints of Jazzberry Jam #B70367

RGB

 RED value IS 183 (71.88% from 255) = 63.32%

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

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

R = 63.32%
G = 1.04%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B70367 (or 0xB70367) is known color: Jazzberry Jam. HEX triplet: B7, 03 and 67. RGB value is (183,3,103). Sum of RGB (Red+Green+Blue) = 183+3+103=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B70367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70367 is #48FC98. Grayscale: #444444. Windows color (decimal): -4783257 or 6751159. OLE color: 6751159.

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

Color convert

RGB 183 3 103 -
CMYK 0 0.98 0.44 0.28
HSL 326.67º 0.97% 0.36% -
HSV(B) 326.67º 0.98% 0.72% -
XYZ 22.01 11.11 13.82 -
YUV 68.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 183 3 103 0 0.98 0.44 0.28 326.67 0.97 0.36
Hex B7 3 67 0 62 2C 1C 147 61 24
Octal 267 3 147 0 142 54 34 507 141 44
Binary 10110111 11 1100111 0 1100010 101100 11100 101000111 1100001 100100

Color Harmonies of #B70367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70367

Black with #B70367

Text Example


Text Example

White with #B70367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70367; }

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

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

background-color css

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

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

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

border-color css

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

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

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