Html Css Color HEX #531035 Blackberry

📋 copy color: '#531035'

red 83 ◦ green 16 ◦ blue 53

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

Shades of Blackberry #531035

Tints of Blackberry #531035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

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

R = 54.61%
G = 10.53%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#531035 (or 0x531035) is known color: Blackberry. HEX triplet: 53, 10 and 35. RGB value is (83,16,53). Sum of RGB (Red+Green+Blue) = 83+16+53=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531035 is #ACEFCA. Grayscale: #282828. Windows color (decimal): -11333579 or 3477587. OLE color: 3477587.

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

Color convert

RGB 83 16 53 -
CMYK 0 0.81 0.36 0.67
HSL 326.87º 0.68% 0.19% -
HSV(B) 326.87º 0.81% 0.33% -
XYZ 4.4 2.47 3.61 -
YUV 40.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 83 16 53 0 0.81 0.36 0.67 326.87 0.68 0.19
Hex 53 10 35 0 51 24 43 147 44 13
Octal 123 20 65 0 121 44 103 507 104 23
Binary 1010011 10000 110101 0 1010001 100100 1000011 101000111 1000100 10011

Color Harmonies of #531035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531035

Black with #531035

Text Example


Text Example

White with #531035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531035; }

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

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

background-color css

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

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

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

border-color css

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

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

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