Html Css Color HEX #53183F Blackberry

📋 copy color: '#53183F'

red 83 ◦ green 24 ◦ blue 63

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

Shades of Blackberry #53183F

Tints of Blackberry #53183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

 BLUE value IS 63 (25% from 255) = 37.06%

R = 48.82%
G = 14.12%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53183F (or 0x53183F) is known color: Blackberry. HEX triplet: 53, 18 and 3F. RGB value is (83,24,63). Sum of RGB (Red+Green+Blue) = 83+24+63=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #53183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53183F is #ACE7C0. Grayscale: #2D2D2D. Windows color (decimal): -11331521 or 4134995. OLE color: 4134995.

HSL color Cylindrical-coordinate representation of color #53183F: hue angle of 320.34º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53183F is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 63 -
CMYK 0 0.71 0.24 0.67
HSL 320.34º 0.55% 0.21% -
HSV(B) 320.34º 0.71% 0.33% -
XYZ 4.79 2.85 5 -
YUV 46.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 83 24 63 0 0.71 0.24 0.67 320.34 0.55 0.21
Hex 53 18 3F 0 47 18 43 140 37 15
Octal 123 30 77 0 107 30 103 500 67 25
Binary 1010011 11000 111111 0 1000111 11000 1000011 101000000 110111 10101

Color Harmonies of #53183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53183F

Black with #53183F

Text Example


Text Example

White with #53183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53183F; }

 p { color: rgb(83,24,63); }

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

background-color css

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

 a { background-color: rgb(83,24,63); }

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

border-color css

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

 span { border-color: rgb(83,24,63); }

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