Html Css Color HEX #531533 Blackberry

📋 copy color: '#531533'

red 83 ◦ green 21 ◦ blue 51

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

Shades of Blackberry #531533

Tints of Blackberry #531533

RGB

 RED value IS 83 (32.81% from 255) = 53.55%

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 53.55%
G = 13.55%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#531533 (or 0x531533) is known color: Blackberry. HEX triplet: 53, 15 and 33. RGB value is (83,21,51). Sum of RGB (Red+Green+Blue) = 83+21+51=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531533 is #ACEACC. Grayscale: #2A2A2A. Windows color (decimal): -11332301 or 3347795. OLE color: 3347795.

HSL color Cylindrical-coordinate representation of color #531533: hue angle of 330.97º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531533 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 51 -
CMYK 0 0.75 0.39 0.67
HSL 330.97º 0.6% 0.2% -
HSV(B) 330.97º 0.75% 0.33% -
XYZ 4.43 2.61 3.4 -
YUV 42.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 83 21 51 0 0.75 0.39 0.67 330.97 0.6 0.2
Hex 53 15 33 0 4B 27 43 14B 3C 14
Octal 123 25 63 0 113 47 103 513 74 24
Binary 1010011 10101 110011 0 1001011 100111 1000011 101001011 111100 10100

Color Harmonies of #531533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531533

Black with #531533

Text Example


Text Example

White with #531533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531533; }

 p { color: rgb(83,21,51); }

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

background-color css

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

 a { background-color: rgb(83,21,51); }

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

border-color css

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

 span { border-color: rgb(83,21,51); }

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