Html Css Color HEX #531A41 Blackberry

📋 copy color: '#531A41'

red 83 ◦ green 26 ◦ blue 65

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

Shades of Blackberry #531A41

Tints of Blackberry #531A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

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

R = 47.7%
G = 14.94%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531A41 (or 0x531A41) is known color: Blackberry. HEX triplet: 53, 1A and 41. RGB value is (83,26,65). Sum of RGB (Red+Green+Blue) = 83+26+65=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A41 is #ACE5BE. Grayscale: #2F2F2F. Windows color (decimal): -11331007 or 4266579. OLE color: 4266579.

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

Color convert

RGB 83 26 65 -
CMYK 0 0.69 0.22 0.67
HSL 318.95º 0.52% 0.21% -
HSV(B) 318.95º 0.69% 0.33% -
XYZ 4.89 2.96 5.31 -
YUV 47.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 83 26 65 0 0.69 0.22 0.67 318.95 0.52 0.21
Hex 53 1A 41 0 45 16 43 13F 34 15
Octal 123 32 101 0 105 26 103 477 64 25
Binary 1010011 11010 1000001 0 1000101 10110 1000011 100111111 110100 10101

Color Harmonies of #531A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A41

Black with #531A41

Text Example


Text Example

White with #531A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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