Html Css Color HEX #531535 Blackberry

📋 copy color: '#531535'

red 83 ◦ green 21 ◦ blue 53

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

Shades of Blackberry #531535

Tints of Blackberry #531535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.76%

R = 52.87%
G = 13.38%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#531535 (or 0x531535) is known color: Blackberry. HEX triplet: 53, 15 and 35. RGB value is (83,21,53). Sum of RGB (Red+Green+Blue) = 83+21+53=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531535 is #ACEACA. Grayscale: #2B2B2B. Windows color (decimal): -11332299 or 3478867. OLE color: 3478867.

HSL color Cylindrical-coordinate representation of color #531535: hue angle of 329.03º 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 #531535 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 53 -
CMYK 0 0.75 0.36 0.67
HSL 329.03º 0.6% 0.2% -
HSV(B) 329.03º 0.75% 0.33% -
XYZ 4.48 2.63 3.64 -
YUV 43.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 83 21 53 0 0.75 0.36 0.67 329.03 0.6 0.2
Hex 53 15 35 0 4B 24 43 149 3C 14
Octal 123 25 65 0 113 44 103 511 74 24
Binary 1010011 10101 110101 0 1001011 100100 1000011 101001001 111100 10100

Color Harmonies of #531535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531535

Black with #531535

Text Example


Text Example

White with #531535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531535; }

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

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

background-color css

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

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

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

border-color css

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

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

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