Html Css Color HEX #531738 Blackberry

📋 copy color: '#531738'

red 83 ◦ green 23 ◦ blue 56

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

Shades of Blackberry #531738

Tints of Blackberry #531738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 34.57%

R = 51.23%
G = 14.2%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#531738 (or 0x531738) is known color: Blackberry. HEX triplet: 53, 17 and 38. RGB value is (83,23,56). Sum of RGB (Red+Green+Blue) = 83+23+56=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531738 is #ACE8C7. Grayscale: #2C2C2C. Windows color (decimal): -11331784 or 3675987. OLE color: 3675987.

HSL color Cylindrical-coordinate representation of color #531738: hue angle of 327º 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 #531738 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 56 -
CMYK 0 0.72 0.33 0.67
HSL 327º 0.57% 0.21% -
HSV(B) 327º 0.72% 0.33% -
XYZ 4.59 2.74 4.03 -
YUV 44.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 83 23 56 0 0.72 0.33 0.67 327 0.57 0.21
Hex 53 17 38 0 48 21 43 147 39 15
Octal 123 27 70 0 110 41 103 507 71 25
Binary 1010011 10111 111000 0 1001000 100001 1000011 101000111 111001 10101

Color Harmonies of #531738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531738

Black with #531738

Text Example


Text Example

White with #531738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531738; }

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

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

background-color css

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

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

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

border-color css

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

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

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