Html Css Color HEX #531534 Blackberry

📋 copy color: '#531534'

red 83 ◦ green 21 ◦ blue 52

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

Shades of Blackberry #531534

Tints of Blackberry #531534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

 BLUE value IS 52 (20.7% from 255) = 33.33%

R = 53.21%
G = 13.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#531534 (or 0x531534) is known color: Blackberry. HEX triplet: 53, 15 and 34. RGB value is (83,21,52). Sum of RGB (Red+Green+Blue) = 83+21+52=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531534 is #ACEACB. Grayscale: #2B2B2B. Windows color (decimal): -11332300 or 3413331. OLE color: 3413331.

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

Color convert

RGB 83 21 52 -
CMYK 0 0.75 0.37 0.67
HSL 330º 0.6% 0.2% -
HSV(B) 330º 0.75% 0.33% -
XYZ 4.46 2.62 3.52 -
YUV 43.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 83 21 52 0 0.75 0.37 0.67 330 0.6 0.2
Hex 53 15 34 0 4B 25 43 14A 3C 14
Octal 123 25 64 0 113 45 103 512 74 24
Binary 1010011 10101 110100 0 1001011 100101 1000011 101001010 111100 10100

Color Harmonies of #531534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531534

Black with #531534

Text Example


Text Example

White with #531534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531534; }

 p { color: rgb(83,21,52); }

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

background-color css

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

 a { background-color: rgb(83,21,52); }

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

border-color css

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

 span { border-color: rgb(83,21,52); }

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