Html Css Color HEX #531A34 Blackberry

📋 copy color: '#531A34'

red 83 ◦ green 26 ◦ blue 52

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

Shades of Blackberry #531A34

Tints of Blackberry #531A34

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.15%

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

R = 51.55%
G = 16.15%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#531A34 (or 0x531A34) is known color: Blackberry. HEX triplet: 53, 1A and 34. RGB value is (83,26,52). Sum of RGB (Red+Green+Blue) = 83+26+52=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A34 is #ACE5CB. Grayscale: #2D2D2D. Windows color (decimal): -11331020 or 3414611. OLE color: 3414611.

HSL color Cylindrical-coordinate representation of color #531A34: hue angle of 332.63º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A34 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 52 -
CMYK 0 0.69 0.37 0.67
HSL 332.63º 0.52% 0.21% -
HSV(B) 332.63º 0.69% 0.33% -
XYZ 4.56 2.83 3.55 -
YUV 46.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 83 26 52 0 0.69 0.37 0.67 332.63 0.52 0.21
Hex 53 1A 34 0 45 25 43 14D 34 15
Octal 123 32 64 0 105 45 103 515 64 25
Binary 1010011 11010 110100 0 1000101 100101 1000011 101001101 110100 10101

Color Harmonies of #531A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A34

Black with #531A34

Text Example


Text Example

White with #531A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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