Html Css Color HEX #531741 Blackberry

📋 copy color: '#531741'

red 83 ◦ green 23 ◦ blue 65

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

Shades of Blackberry #531741

Tints of Blackberry #531741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 48.54%
G = 13.45%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531741 (or 0x531741) is known color: Blackberry. HEX triplet: 53, 17 and 41. RGB value is (83,23,65). Sum of RGB (Red+Green+Blue) = 83+23+65=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531741 is #ACE8BE. Grayscale: #2D2D2D. Windows color (decimal): -11331775 or 4265811. OLE color: 4265811.

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

Color convert

RGB 83 23 65 -
CMYK 0 0.72 0.22 0.67
HSL 318º 0.57% 0.21% -
HSV(B) 318º 0.72% 0.33% -
XYZ 4.83 2.83 5.29 -
YUV 45.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 83 23 65 0 0.72 0.22 0.67 318 0.57 0.21
Hex 53 17 41 0 48 16 43 13E 39 15
Octal 123 27 101 0 110 26 103 476 71 25
Binary 1010011 10111 1000001 0 1001000 10110 1000011 100111110 111001 10101

Color Harmonies of #531741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531741

Black with #531741

Text Example


Text Example

White with #531741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531741; }

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

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

background-color css

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

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

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

border-color css

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

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

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