Html Css Color HEX #531641 Blackberry

📋 copy color: '#531641'

red 83 ◦ green 22 ◦ blue 65

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

Shades of Blackberry #531641

Tints of Blackberry #531641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 48.82%
G = 12.94%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531641 (or 0x531641) is known color: Blackberry. HEX triplet: 53, 16 and 41. RGB value is (83,22,65). Sum of RGB (Red+Green+Blue) = 83+22+65=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531641 is #ACE9BE. Grayscale: #2D2D2D. Windows color (decimal): -11332031 or 4265555. OLE color: 4265555.

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

Color convert

RGB 83 22 65 -
CMYK 0 0.73 0.22 0.67
HSL 317.7º 0.58% 0.21% -
HSV(B) 317.7º 0.73% 0.33% -
XYZ 4.81 2.79 5.29 -
YUV 45.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 83 22 65 0 0.73 0.22 0.67 317.7 0.58 0.21
Hex 53 16 41 0 49 16 43 13E 3A 15
Octal 123 26 101 0 111 26 103 476 72 25
Binary 1010011 10110 1000001 0 1001001 10110 1000011 100111110 111010 10101

Color Harmonies of #531641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531641

Black with #531641

Text Example


Text Example

White with #531641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531641; }

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

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

background-color css

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

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

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

border-color css

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

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

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