Html Css Color HEX #B30267 Jazzberry Jam

📋 copy color: '#B30267'

red 179 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #B30267

Tints of Jazzberry Jam #B30267

RGB

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

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

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

R = 63.03%
G = 0.7%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B30267 (or 0xB30267) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 67. RGB value is (179,2,103). Sum of RGB (Red+Green+Blue) = 179+2+103=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30267 is #4CFD98. Grayscale: #424242. Windows color (decimal): -5045657 or 6750899. OLE color: 6750899.

HSL color Cylindrical-coordinate representation of color #B30267: hue angle of 325.76º degrees, saturation: 0.98, 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 #B30267 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 103 -
CMYK 0 0.99 0.42 0.30
HSL 325.76º 0.98% 0.35% -
HSV(B) 325.76º 0.99% 0.7% -
XYZ 21.06 10.61 13.77 -
YUV 66.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 179 2 103 0 0.99 0.42 0.30 325.76 0.98 0.35
Hex B3 2 67 0 63 2A 1E 146 62 23
Octal 263 2 147 0 143 52 36 506 142 43
Binary 10110011 10 1100111 0 1100011 101010 11110 101000110 1100010 100011

Color Harmonies of #B30267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30267

Black with #B30267

Text Example


Text Example

White with #B30267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30267; }

 p { color: rgb(179,2,103); }

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

background-color css

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

 a { background-color: rgb(179,2,103); }

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

border-color css

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

 span { border-color: rgb(179,2,103); }

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