Html Css Color HEX #531841 Blackberry

📋 copy color: '#531841'

red 83 ◦ green 24 ◦ blue 65

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

Shades of Blackberry #531841

Tints of Blackberry #531841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

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

R = 48.26%
G = 13.95%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531841 (or 0x531841) is known color: Blackberry. HEX triplet: 53, 18 and 41. RGB value is (83,24,65). Sum of RGB (Red+Green+Blue) = 83+24+65=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531841 is #ACE7BE. Grayscale: #2E2E2E. Windows color (decimal): -11331519 or 4266067. OLE color: 4266067.

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

Color convert

RGB 83 24 65 -
CMYK 0 0.71 0.22 0.67
HSL 318.31º 0.55% 0.21% -
HSV(B) 318.31º 0.71% 0.33% -
XYZ 4.85 2.87 5.3 -
YUV 46.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 83 24 65 0 0.71 0.22 0.67 318.31 0.55 0.21
Hex 53 18 41 0 47 16 43 13E 37 15
Octal 123 30 101 0 107 26 103 476 67 25
Binary 1010011 11000 1000001 0 1000111 10110 1000011 100111110 110111 10101

Color Harmonies of #531841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531841

Black with #531841

Text Example


Text Example

White with #531841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531841; }

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

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

background-color css

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

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

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

border-color css

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

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

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