Html Css Color HEX #531435 Blackberry

📋 copy color: '#531435'

red 83 ◦ green 20 ◦ blue 53

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

Shades of Blackberry #531435

Tints of Blackberry #531435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.97%

R = 53.21%
G = 12.82%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#531435 (or 0x531435) is known color: Blackberry. HEX triplet: 53, 14 and 35. RGB value is (83,20,53). Sum of RGB (Red+Green+Blue) = 83+20+53=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531435 is #ACEBCA. Grayscale: #2A2A2A. Windows color (decimal): -11332555 or 3478611. OLE color: 3478611.

HSL color Cylindrical-coordinate representation of color #531435: hue angle of 328.57º 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 #531435 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 53 -
CMYK 0 0.76 0.36 0.67
HSL 328.57º 0.61% 0.2% -
HSV(B) 328.57º 0.76% 0.33% -
XYZ 4.46 2.6 3.63 -
YUV 42.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 83 20 53 0 0.76 0.36 0.67 328.57 0.61 0.2
Hex 53 14 35 0 4C 24 43 149 3D 14
Octal 123 24 65 0 114 44 103 511 75 24
Binary 1010011 10100 110101 0 1001100 100100 1000011 101001001 111101 10100

Color Harmonies of #531435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531435

Black with #531435

Text Example


Text Example

White with #531435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531435; }

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

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

background-color css

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

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

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

border-color css

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

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

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