Html Css Color HEX #531E3C Blackberry

📋 copy color: '#531E3C'

red 83 ◦ green 30 ◦ blue 60

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

Shades of Blackberry #531E3C

Tints of Blackberry #531E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.34%

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 47.98%
G = 17.34%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#531E3C (or 0x531E3C) is known color: Blackberry. HEX triplet: 53, 1E and 3C. RGB value is (83,30,60). Sum of RGB (Red+Green+Blue) = 83+30+60=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E3C is #ACE1C3. Grayscale: #313131. Windows color (decimal): -11329988 or 3939923. OLE color: 3939923.

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

Color convert

RGB 83 30 60 -
CMYK 0 0.64 0.28 0.67
HSL 326.04º 0.47% 0.22% -
HSV(B) 326.04º 0.64% 0.33% -
XYZ 4.85 3.09 4.62 -
YUV 49.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 83 30 60 0 0.64 0.28 0.67 326.04 0.47 0.22
Hex 53 1E 3C 0 40 1C 43 146 2F 16
Octal 123 36 74 0 100 34 103 506 57 26
Binary 1010011 11110 111100 0 1000000 11100 1000011 101000110 101111 10110

Color Harmonies of #531E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E3C

Black with #531E3C

Text Example


Text Example

White with #531E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,30,60); }

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

background-color css

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

 a { background-color: rgb(83,30,60); }

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

border-color css

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

 span { border-color: rgb(83,30,60); }

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