Html Css Color HEX #53153A Blackberry

📋 copy color: '#53153A'

red 83 ◦ green 21 ◦ blue 58

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

Shades of Blackberry #53153A

Tints of Blackberry #53153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

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

R = 51.23%
G = 12.96%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53153A (or 0x53153A) is known color: Blackberry. HEX triplet: 53, 15 and 3A. RGB value is (83,21,58). Sum of RGB (Red+Green+Blue) = 83+21+58=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153A is #ACEAC5. Grayscale: #2B2B2B. Windows color (decimal): -11332294 or 3806547. OLE color: 3806547.

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

Color convert

RGB 83 21 58 -
CMYK 0 0.75 0.30 0.67
HSL 324.19º 0.6% 0.2% -
HSV(B) 324.19º 0.75% 0.33% -
XYZ 4.6 2.68 4.28 -
YUV 43.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 83 21 58 0 0.75 0.30 0.67 324.19 0.6 0.2
Hex 53 15 3A 0 4B 1E 43 144 3C 14
Octal 123 25 72 0 113 36 103 504 74 24
Binary 1010011 10101 111010 0 1001011 11110 1000011 101000100 111100 10100

Color Harmonies of #53153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53153A

Black with #53153A

Text Example


Text Example

White with #53153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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