Html Css Color HEX #B00253 Jazzberry Jam

📋 copy color: '#B00253'

red 176 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #B00253

Tints of Jazzberry Jam #B00253

RGB

 RED value IS 176 (69.14% from 255) = 67.43%

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

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 67.43%
G = 0.77%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B00253 (or 0xB00253) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 53. RGB value is (176,2,83). Sum of RGB (Red+Green+Blue) = 176+2+83=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B00253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00253 is #4FFDAC. Grayscale: #3F3F3F. Windows color (decimal): -5242285 or 5440176. OLE color: 5440176.

HSL color Cylindrical-coordinate representation of color #B00253: hue angle of 332.07º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00253 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 83 -
CMYK 0 0.99 0.53 0.31
HSL 332.07º 0.98% 0.35% -
HSV(B) 332.07º 0.99% 0.69% -
XYZ 19.49 9.9 9.07 -
YUV 63.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 176 2 83 0 0.99 0.53 0.31 332.07 0.98 0.35
Hex B0 2 53 0 63 35 1F 14C 62 23
Octal 260 2 123 0 143 65 37 514 142 43
Binary 10110000 10 1010011 0 1100011 110101 11111 101001100 1100010 100011

Color Harmonies of #B00253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00253

Black with #B00253

Text Example


Text Example

White with #B00253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00253; }

 p { color: rgb(176,2,83); }

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

background-color css

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

 a { background-color: rgb(176,2,83); }

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

border-color css

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

 span { border-color: rgb(176,2,83); }

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