Html Css Color HEX #53133A Blackberry

📋 copy color: '#53133A'

red 83 ◦ green 19 ◦ blue 58

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

Shades of Blackberry #53133A

Tints of Blackberry #53133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 51.88%
G = 11.88%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53133A (or 0x53133A) is known color: Blackberry. HEX triplet: 53, 13 and 3A. RGB value is (83,19,58). Sum of RGB (Red+Green+Blue) = 83+19+58=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53133A is #ACECC5. Grayscale: #2A2A2A. Windows color (decimal): -11332806 or 3806035. OLE color: 3806035.

HSL color Cylindrical-coordinate representation of color #53133A: hue angle of 323.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53133A is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 58 -
CMYK 0 0.77 0.30 0.67
HSL 323.44º 0.63% 0.2% -
HSV(B) 323.44º 0.77% 0.33% -
XYZ 4.56 2.61 4.27 -
YUV 42.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 83 19 58 0 0.77 0.30 0.67 323.44 0.63 0.2
Hex 53 13 3A 0 4D 1E 43 143 3F 14
Octal 123 23 72 0 115 36 103 503 77 24
Binary 1010011 10011 111010 0 1001101 11110 1000011 101000011 111111 10100

Color Harmonies of #53133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53133A

Black with #53133A

Text Example


Text Example

White with #53133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53133A; }

 p { color: rgb(83,19,58); }

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

background-color css

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

 a { background-color: rgb(83,19,58); }

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

border-color css

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

 span { border-color: rgb(83,19,58); }

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