Html Css Color HEX #531E3D Blackberry

📋 copy color: '#531E3D'

red 83 ◦ green 30 ◦ blue 61

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

Shades of Blackberry #531E3D

Tints of Blackberry #531E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.06%

R = 47.7%
G = 17.24%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#531E3D (or 0x531E3D) is known color: Blackberry. HEX triplet: 53, 1E and 3D. RGB value is (83,30,61). Sum of RGB (Red+Green+Blue) = 83+30+61=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E3D is #ACE1C2. Grayscale: #313131. Windows color (decimal): -11329987 or 4005459. OLE color: 4005459.

HSL color Cylindrical-coordinate representation of color #531E3D: hue angle of 324.91º 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 #531E3D is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 30 61 -
CMYK 0 0.64 0.27 0.67
HSL 324.91º 0.47% 0.22% -
HSV(B) 324.91º 0.64% 0.33% -
XYZ 4.87 3.1 4.76 -
YUV 49.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 83 30 61 0 0.64 0.27 0.67 324.91 0.47 0.22
Hex 53 1E 3D 0 40 1B 43 145 2F 16
Octal 123 36 75 0 100 33 103 505 57 26
Binary 1010011 11110 111101 0 1000000 11011 1000011 101000101 101111 10110

Color Harmonies of #531E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E3D

Black with #531E3D

Text Example


Text Example

White with #531E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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