Html Css Color HEX #531834 Blackberry

📋 copy color: '#531834'

red 83 ◦ green 24 ◦ blue 52

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

Shades of Blackberry #531834

Tints of Blackberry #531834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

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

R = 52.2%
G = 15.09%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#531834 (or 0x531834) is known color: Blackberry. HEX triplet: 53, 18 and 34. RGB value is (83,24,52). Sum of RGB (Red+Green+Blue) = 83+24+52=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531834 is #ACE7CB. Grayscale: #2C2C2C. Windows color (decimal): -11331532 or 3414099. OLE color: 3414099.

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

Color convert

RGB 83 24 52 -
CMYK 0 0.71 0.37 0.67
HSL 331.53º 0.55% 0.21% -
HSV(B) 331.53º 0.71% 0.33% -
XYZ 4.51 2.74 3.54 -
YUV 44.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 83 24 52 0 0.71 0.37 0.67 331.53 0.55 0.21
Hex 53 18 34 0 47 25 43 14C 37 15
Octal 123 30 64 0 107 45 103 514 67 25
Binary 1010011 11000 110100 0 1000111 100101 1000011 101001100 110111 10101

Color Harmonies of #531834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531834

Black with #531834

Text Example


Text Example

White with #531834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531834; }

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

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

background-color css

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

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

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

border-color css

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

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

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