Html Css Color HEX #531835 Blackberry

📋 copy color: '#531835'

red 83 ◦ green 24 ◦ blue 53

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

Shades of Blackberry #531835

Tints of Blackberry #531835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

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

R = 51.88%
G = 15%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#531835 (or 0x531835) is known color: Blackberry. HEX triplet: 53, 18 and 35. RGB value is (83,24,53). Sum of RGB (Red+Green+Blue) = 83+24+53=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531835 is #ACE7CA. Grayscale: #2C2C2C. Windows color (decimal): -11331531 or 3479635. OLE color: 3479635.

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

Color convert

RGB 83 24 53 -
CMYK 0 0.71 0.36 0.67
HSL 330.51º 0.55% 0.21% -
HSV(B) 330.51º 0.71% 0.33% -
XYZ 4.54 2.75 3.66 -
YUV 44.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 83 24 53 0 0.71 0.36 0.67 330.51 0.55 0.21
Hex 53 18 35 0 47 24 43 14B 37 15
Octal 123 30 65 0 107 44 103 513 67 25
Binary 1010011 11000 110101 0 1000111 100100 1000011 101001011 110111 10101

Color Harmonies of #531835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531835

Black with #531835

Text Example


Text Example

White with #531835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531835; }

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

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

background-color css

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

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

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

border-color css

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

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

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