Html Css Color HEX #531D3E Blackberry

📋 copy color: '#531D3E'

red 83 ◦ green 29 ◦ blue 62

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

Shades of Blackberry #531D3E

Tints of Blackberry #531D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.63%

R = 47.7%
G = 16.67%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#531D3E (or 0x531D3E) is known color: Blackberry. HEX triplet: 53, 1D and 3E. RGB value is (83,29,62). Sum of RGB (Red+Green+Blue) = 83+29+62=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D3E is #ACE2C1. Grayscale: #303030. Windows color (decimal): -11330242 or 4070739. OLE color: 4070739.

HSL color Cylindrical-coordinate representation of color #531D3E: hue angle of 323.33º 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 #531D3E is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 29 62 -
CMYK 0 0.65 0.25 0.67
HSL 323.33º 0.48% 0.22% -
HSV(B) 323.33º 0.65% 0.33% -
XYZ 4.88 3.07 4.89 -
YUV 48.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 83 29 62 0 0.65 0.25 0.67 323.33 0.48 0.22
Hex 53 1D 3E 0 41 19 43 143 30 16
Octal 123 35 76 0 101 31 103 503 60 26
Binary 1010011 11101 111110 0 1000001 11001 1000011 101000011 110000 10110

Color Harmonies of #531D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D3E

Black with #531D3E

Text Example


Text Example

White with #531D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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