Html Css Color HEX #B3014B Jazzberry Jam

📋 copy color: '#B3014B'

red 179 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #B3014B

Tints of Jazzberry Jam #B3014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 70.2%
G = 0.39%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3014B (or 0xB3014B) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 4B. RGB value is (179,1,75). Sum of RGB (Red+Green+Blue) = 179+1+75=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B3014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3014B is #4CFEB4. Grayscale: #3E3E3E. Windows color (decimal): -5045941 or 4915635. OLE color: 4915635.

HSL color Cylindrical-coordinate representation of color #B3014B: hue angle of 335.06º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3014B is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 75 -
CMYK 0 0.99 0.58 0.30
HSL 335.06º 0.99% 0.35% -
HSV(B) 335.06º 0.99% 0.7% -
XYZ 19.87 10.11 7.56 -
YUV 62.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 179 1 75 0 0.99 0.58 0.30 335.06 0.99 0.35
Hex B3 1 4B 0 63 3A 1E 14F 63 23
Octal 263 1 113 0 143 72 36 517 143 43
Binary 10110011 1 1001011 0 1100011 111010 11110 101001111 1100011 100011

Color Harmonies of #B3014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3014B

Black with #B3014B

Text Example


Text Example

White with #B3014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3014B; }

 p { color: rgb(179,1,75); }

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

background-color css

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

 a { background-color: rgb(179,1,75); }

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

border-color css

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

 span { border-color: rgb(179,1,75); }

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