Html Css Color HEX #531935 Blackberry

📋 copy color: '#531935'

red 83 ◦ green 25 ◦ blue 53

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

Shades of Blackberry #531935

Tints of Blackberry #531935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 51.55%
G = 15.53%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#531935 (or 0x531935) is known color: Blackberry. HEX triplet: 53, 19 and 35. RGB value is (83,25,53). Sum of RGB (Red+Green+Blue) = 83+25+53=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531935 is #ACE6CA. Grayscale: #2D2D2D. Windows color (decimal): -11331275 or 3479891. OLE color: 3479891.

HSL color Cylindrical-coordinate representation of color #531935: hue angle of 331.03º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531935 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 53 -
CMYK 0 0.70 0.36 0.67
HSL 331.03º 0.54% 0.21% -
HSV(B) 331.03º 0.7% 0.33% -
XYZ 4.56 2.79 3.67 -
YUV 45.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 83 25 53 0 0.70 0.36 0.67 331.03 0.54 0.21
Hex 53 19 35 0 46 24 43 14B 36 15
Octal 123 31 65 0 106 44 103 513 66 25
Binary 1010011 11001 110101 0 1000110 100100 1000011 101001011 110110 10101

Color Harmonies of #531935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531935

Black with #531935

Text Example


Text Example

White with #531935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531935; }

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

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

background-color css

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

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

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

border-color css

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

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

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