Html Css Color HEX #531B41 Blackberry

📋 copy color: '#531B41'

red 83 ◦ green 27 ◦ blue 65

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

Shades of Blackberry #531B41

Tints of Blackberry #531B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.43%

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 47.43%
G = 15.43%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531B41 (or 0x531B41) is known color: Blackberry. HEX triplet: 53, 1B and 41. RGB value is (83,27,65). Sum of RGB (Red+Green+Blue) = 83+27+65=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B41 is #ACE4BE. Grayscale: #2F2F2F. Windows color (decimal): -11330751 or 4266835. OLE color: 4266835.

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

Color convert

RGB 83 27 65 -
CMYK 0 0.67 0.22 0.67
HSL 319.29º 0.51% 0.22% -
HSV(B) 319.29º 0.67% 0.33% -
XYZ 4.91 3 5.32 -
YUV 48.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 83 27 65 0 0.67 0.22 0.67 319.29 0.51 0.22
Hex 53 1B 41 0 43 16 43 13F 33 16
Octal 123 33 101 0 103 26 103 477 63 26
Binary 1010011 11011 1000001 0 1000011 10110 1000011 100111111 110011 10110

Color Harmonies of #531B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B41

Black with #531B41

Text Example


Text Example

White with #531B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,65); }

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

background-color css

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

 a { background-color: rgb(83,27,65); }

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

border-color css

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

 span { border-color: rgb(83,27,65); }

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