Html Css Color HEX #531432 Blackberry

📋 copy color: '#531432'

red 83 ◦ green 20 ◦ blue 50

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

Shades of Blackberry #531432

Tints of Blackberry #531432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

 BLUE value IS 50 (19.92% from 255) = 32.68%

R = 54.25%
G = 13.07%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#531432 (or 0x531432) is known color: Blackberry. HEX triplet: 53, 14 and 32. RGB value is (83,20,50). Sum of RGB (Red+Green+Blue) = 83+20+50=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #531432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531432 is #ACEBCD. Grayscale: #2A2A2A. Windows color (decimal): -11332558 or 3282003. OLE color: 3282003.

HSL color Cylindrical-coordinate representation of color #531432: hue angle of 331.43º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531432 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 50 -
CMYK 0 0.76 0.40 0.67
HSL 331.43º 0.61% 0.2% -
HSV(B) 331.43º 0.76% 0.33% -
XYZ 4.39 2.57 3.28 -
YUV 42.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 83 20 50 0 0.76 0.40 0.67 331.43 0.61 0.2
Hex 53 14 32 0 4C 28 43 14B 3D 14
Octal 123 24 62 0 114 50 103 513 75 24
Binary 1010011 10100 110010 0 1001100 101000 1000011 101001011 111101 10100

Color Harmonies of #531432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531432

Black with #531432

Text Example


Text Example

White with #531432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531432; }

 p { color: rgb(83,20,50); }

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

background-color css

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

 a { background-color: rgb(83,20,50); }

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

border-color css

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

 span { border-color: rgb(83,20,50); }

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