Html Css Color HEX #531C40 Blackberry

📋 copy color: '#531C40'

red 83 ◦ green 28 ◦ blue 64

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

Shades of Blackberry #531C40

Tints of Blackberry #531C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16%

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 47.43%
G = 16%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#531C40 (or 0x531C40) is known color: Blackberry. HEX triplet: 53, 1C and 40. RGB value is (83,28,64). Sum of RGB (Red+Green+Blue) = 83+28+64=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C40 is #ACE3BF. Grayscale: #303030. Windows color (decimal): -11330496 or 4201555. OLE color: 4201555.

HSL color Cylindrical-coordinate representation of color #531C40: hue angle of 320.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C40 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 64 -
CMYK 0 0.66 0.23 0.67
HSL 320.73º 0.5% 0.22% -
HSV(B) 320.73º 0.66% 0.33% -
XYZ 4.91 3.04 5.18 -
YUV 48.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 83 28 64 0 0.66 0.23 0.67 320.73 0.5 0.22
Hex 53 1C 40 0 42 17 43 141 32 16
Octal 123 34 100 0 102 27 103 501 62 26
Binary 1010011 11100 1000000 0 1000010 10111 1000011 101000001 110010 10110

Color Harmonies of #531C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C40

Black with #531C40

Text Example


Text Example

White with #531C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,28,64); }

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

background-color css

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

 a { background-color: rgb(83,28,64); }

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

border-color css

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

 span { border-color: rgb(83,28,64); }

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