Html Css Color HEX #53173E Blackberry

📋 copy color: '#53173E'

red 83 ◦ green 23 ◦ blue 62

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

Shades of Blackberry #53173E

Tints of Blackberry #53173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 36.9%

R = 49.4%
G = 13.69%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53173E (or 0x53173E) is known color: Blackberry. HEX triplet: 53, 17 and 3E. RGB value is (83,23,62). Sum of RGB (Red+Green+Blue) = 83+23+62=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53173E is #ACE8C1. Grayscale: #2D2D2D. Windows color (decimal): -11331778 or 4069203. OLE color: 4069203.

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

Color convert

RGB 83 23 62 -
CMYK 0 0.72 0.25 0.67
HSL 321º 0.57% 0.21% -
HSV(B) 321º 0.72% 0.33% -
XYZ 4.74 2.8 4.85 -
YUV 45.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 83 23 62 0 0.72 0.25 0.67 321 0.57 0.21
Hex 53 17 3E 0 48 19 43 141 39 15
Octal 123 27 76 0 110 31 103 501 71 25
Binary 1010011 10111 111110 0 1001000 11001 1000011 101000001 111001 10101

Color Harmonies of #53173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53173E

Black with #53173E

Text Example


Text Example

White with #53173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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