Html Css Color HEX #B3075C Jazzberry Jam

📋 copy color: '#B3075C'

red 179 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #B3075C

Tints of Jazzberry Jam #B3075C

RGB

 RED value IS 179 (70.31% from 255) = 64.39%

 GREEN value IS 7 (3.13% from 255) = 2.52%

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 64.39%
G = 2.52%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3075C (or 0xB3075C) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 5C. RGB value is (179,7,92). Sum of RGB (Red+Green+Blue) = 179+7+92=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3075C is #4CF8A3. Grayscale: #434343. Windows color (decimal): -5044388 or 6031283. OLE color: 6031283.

HSL color Cylindrical-coordinate representation of color #B3075C: hue angle of 330.35º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3075C is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 92 -
CMYK 0 0.96 0.49 0.30
HSL 330.35º 0.92% 0.36% -
HSV(B) 330.35º 0.96% 0.7% -
XYZ 20.6 10.51 11.07 -
YUV 68.12 141.48 207.09 -
System Red Green Blue C M Y K H S L
Decimal 179 7 92 0 0.96 0.49 0.30 330.35 0.92 0.36
Hex B3 7 5C 0 60 31 1E 14A 5C 24
Octal 263 7 134 0 140 61 36 512 134 44
Binary 10110011 111 1011100 0 1100000 110001 11110 101001010 1011100 100100

Color Harmonies of #B3075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3075C

Black with #B3075C

Text Example


Text Example

White with #B3075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3075C; }

 p { color: rgb(179,7,92); }

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

background-color css

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

 a { background-color: rgb(179,7,92); }

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

border-color css

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

 span { border-color: rgb(179,7,92); }

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