Html Css Color HEX #53132B Blackberry

📋 copy color: '#53132B'

red 83 ◦ green 19 ◦ blue 43

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

Shades of Blackberry #53132B

Tints of Blackberry #53132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.66%

R = 57.24%
G = 13.1%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53132B (or 0x53132B) is known color: Blackberry. HEX triplet: 53, 13 and 2B. RGB value is (83,19,43). Sum of RGB (Red+Green+Blue) = 83+19+43=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53132B is #ACECD4. Grayscale: #282828. Windows color (decimal): -11332821 or 2822995. OLE color: 2822995.

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

Color convert

RGB 83 19 43 -
CMYK 0 0.77 0.48 0.67
HSL 337.5º 0.63% 0.2% -
HSV(B) 337.5º 0.77% 0.33% -
XYZ 4.24 2.48 2.54 -
YUV 40.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 83 19 43 0 0.77 0.48 0.67 337.5 0.63 0.2
Hex 53 13 2B 0 4D 30 43 152 3F 14
Octal 123 23 53 0 115 60 103 522 77 24
Binary 1010011 10011 101011 0 1001101 110000 1000011 101010010 111111 10100

Color Harmonies of #53132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53132B

Black with #53132B

Text Example


Text Example

White with #53132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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