Html Css Color HEX #53032A Blackberry

📋 copy color: '#53032A'

red 83 ◦ green 3 ◦ blue 42

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

Shades of Blackberry #53032A

Tints of Blackberry #53032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 42 (16.8% from 255) = 32.81%

R = 64.84%
G = 2.34%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53032A (or 0x53032A) is known color: Blackberry. HEX triplet: 53, 03 and 2A. RGB value is (83,3,42). Sum of RGB (Red+Green+Blue) = 83+3+42=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53032A is #ACFCD5. Grayscale: #1F1F1F. Windows color (decimal): -11336918 or 2753363. OLE color: 2753363.

HSL color Cylindrical-coordinate representation of color #53032A: hue angle of 330.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53032A is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 42 -
CMYK 0 0.96 0.49 0.67
HSL 330.75º 0.93% 0.17% -
HSV(B) 330.75º 0.96% 0.33% -
XYZ 4.02 2.07 2.38 -
YUV 31.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 83 3 42 0 0.96 0.49 0.67 330.75 0.93 0.17
Hex 53 3 2A 0 60 31 43 14B 5D 11
Octal 123 3 52 0 140 61 103 513 135 21
Binary 1010011 11 101010 0 1100000 110001 1000011 101001011 1011101 10001

Color Harmonies of #53032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53032A

Black with #53032A

Text Example


Text Example

White with #53032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,3,42); }

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

background-color css

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

 a { background-color: rgb(83,3,42); }

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

border-color css

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

 span { border-color: rgb(83,3,42); }

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