Html Css Color HEX #53133B Blackberry

📋 copy color: '#53133B'

red 83 ◦ green 19 ◦ blue 59

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

Shades of Blackberry #53133B

Tints of Blackberry #53133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 51.55%
G = 11.8%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53133B (or 0x53133B) is known color: Blackberry. HEX triplet: 53, 13 and 3B. RGB value is (83,19,59). Sum of RGB (Red+Green+Blue) = 83+19+59=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53133B is #ACECC4. Grayscale: #2A2A2A. Windows color (decimal): -11332805 or 3871571. OLE color: 3871571.

HSL color Cylindrical-coordinate representation of color #53133B: hue angle of 322.5º 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 #53133B is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 59 -
CMYK 0 0.77 0.29 0.67
HSL 322.5º 0.63% 0.2% -
HSV(B) 322.5º 0.77% 0.33% -
XYZ 4.59 2.62 4.4 -
YUV 42.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 83 19 59 0 0.77 0.29 0.67 322.5 0.63 0.2
Hex 53 13 3B 0 4D 1D 43 142 3F 14
Octal 123 23 73 0 115 35 103 502 77 24
Binary 1010011 10011 111011 0 1001101 11101 1000011 101000010 111111 10100

Color Harmonies of #53133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53133B

Black with #53133B

Text Example


Text Example

White with #53133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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