Html Css Color HEX #531D3A Blackberry

📋 copy color: '#531D3A'

red 83 ◦ green 29 ◦ blue 58

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

Shades of Blackberry #531D3A

Tints of Blackberry #531D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 48.82%
G = 17.06%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#531D3A (or 0x531D3A) is known color: Blackberry. HEX triplet: 53, 1D and 3A. RGB value is (83,29,58). Sum of RGB (Red+Green+Blue) = 83+29+58=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D3A is #ACE2C5. Grayscale: #303030. Windows color (decimal): -11330246 or 3808595. OLE color: 3808595.

HSL color Cylindrical-coordinate representation of color #531D3A: hue angle of 327.78º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D3A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 29 58 -
CMYK 0 0.65 0.30 0.67
HSL 327.78º 0.48% 0.22% -
HSV(B) 327.78º 0.65% 0.33% -
XYZ 4.77 3.02 4.34 -
YUV 48.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 83 29 58 0 0.65 0.30 0.67 327.78 0.48 0.22
Hex 53 1D 3A 0 41 1E 43 148 30 16
Octal 123 35 72 0 101 36 103 510 60 26
Binary 1010011 11101 111010 0 1000001 11110 1000011 101001000 110000 10110

Color Harmonies of #531D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D3A

Black with #531D3A

Text Example


Text Example

White with #531D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531D3A; }

 p { color: rgb(83,29,58); }

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

background-color css

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

 a { background-color: rgb(83,29,58); }

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

border-color css

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

 span { border-color: rgb(83,29,58); }

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