Html Css Color HEX #531F39 Blackberry

📋 copy color: '#531F39'

red 83 ◦ green 31 ◦ blue 57

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

Shades of Blackberry #531F39

Tints of Blackberry #531F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.13%

 BLUE value IS 57 (22.66% from 255) = 33.33%

R = 48.54%
G = 18.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#531F39 (or 0x531F39) is known color: Blackberry. HEX triplet: 53, 1F and 39. RGB value is (83,31,57). Sum of RGB (Red+Green+Blue) = 83+31+57=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F39 is #ACE0C6. Grayscale: #313131. Windows color (decimal): -11329735 or 3743571. OLE color: 3743571.

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

Color convert

RGB 83 31 57 -
CMYK 0 0.63 0.31 0.67
HSL 330º 0.46% 0.22% -
HSV(B) 330º 0.63% 0.33% -
XYZ 4.8 3.11 4.22 -
YUV 49.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 83 31 57 0 0.63 0.31 0.67 330 0.46 0.22
Hex 53 1F 39 0 3F 1F 43 14A 2E 16
Octal 123 37 71 0 77 37 103 512 56 26
Binary 1010011 11111 111001 0 111111 11111 1000011 101001010 101110 10110

Color Harmonies of #531F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F39

Black with #531F39

Text Example


Text Example

White with #531F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,31,57); }

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

background-color css

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

 a { background-color: rgb(83,31,57); }

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

border-color css

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

 span { border-color: rgb(83,31,57); }

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