Html Css Color HEX #531236 Blackberry

📋 copy color: '#531236'

red 83 ◦ green 18 ◦ blue 54

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

Shades of Blackberry #531236

Tints of Blackberry #531236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

 BLUE value IS 54 (21.48% from 255) = 34.84%

R = 53.55%
G = 11.61%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#531236 (or 0x531236) is known color: Blackberry. HEX triplet: 53, 12 and 36. RGB value is (83,18,54). Sum of RGB (Red+Green+Blue) = 83+18+54=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531236 is #ACEDC9. Grayscale: #292929. Windows color (decimal): -11333066 or 3543635. OLE color: 3543635.

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

Color convert

RGB 83 18 54 -
CMYK 0 0.78 0.35 0.67
HSL 326.77º 0.64% 0.2% -
HSV(B) 326.77º 0.78% 0.33% -
XYZ 4.45 2.54 3.75 -
YUV 41.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 83 18 54 0 0.78 0.35 0.67 326.77 0.64 0.2
Hex 53 12 36 0 4E 23 43 147 40 14
Octal 123 22 66 0 116 43 103 507 100 24
Binary 1010011 10010 110110 0 1001110 100011 1000011 101000111 1000000 10100

Color Harmonies of #531236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531236

Black with #531236

Text Example


Text Example

White with #531236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531236; }

 p { color: rgb(83,18,54); }

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

background-color css

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

 a { background-color: rgb(83,18,54); }

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

border-color css

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

 span { border-color: rgb(83,18,54); }

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