Html Css Color HEX #53193C Blackberry

📋 copy color: '#53193C'

red 83 ◦ green 25 ◦ blue 60

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

Shades of Blackberry #53193C

Tints of Blackberry #53193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

 BLUE value IS 60 (23.83% from 255) = 35.71%

R = 49.4%
G = 14.88%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53193C (or 0x53193C) is known color: Blackberry. HEX triplet: 53, 19 and 3C. RGB value is (83,25,60). Sum of RGB (Red+Green+Blue) = 83+25+60=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53193C is #ACE6C3. Grayscale: #2E2E2E. Windows color (decimal): -11331268 or 3938643. OLE color: 3938643.

HSL color Cylindrical-coordinate representation of color #53193C: hue angle of 323.79º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53193C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 60 -
CMYK 0 0.70 0.28 0.67
HSL 323.79º 0.54% 0.21% -
HSV(B) 323.79º 0.7% 0.33% -
XYZ 4.73 2.86 4.58 -
YUV 46.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 83 25 60 0 0.70 0.28 0.67 323.79 0.54 0.21
Hex 53 19 3C 0 46 1C 43 144 36 15
Octal 123 31 74 0 106 34 103 504 66 25
Binary 1010011 11001 111100 0 1000110 11100 1000011 101000100 110110 10101

Color Harmonies of #53193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53193C

Black with #53193C

Text Example


Text Example

White with #53193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53193C; }

 p { color: rgb(83,25,60); }

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

background-color css

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

 a { background-color: rgb(83,25,60); }

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

border-color css

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

 span { border-color: rgb(83,25,60); }

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