Html Css Color HEX #531E3E Blackberry

📋 copy color: '#531E3E'

red 83 ◦ green 30 ◦ blue 62

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

Shades of Blackberry #531E3E

Tints of Blackberry #531E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.43%

R = 47.43%
G = 17.14%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#531E3E (or 0x531E3E) is known color: Blackberry. HEX triplet: 53, 1E and 3E. RGB value is (83,30,62). Sum of RGB (Red+Green+Blue) = 83+30+62=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E3E is #ACE1C1. Grayscale: #313131. Windows color (decimal): -11329986 or 4070995. OLE color: 4070995.

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

Color convert

RGB 83 30 62 -
CMYK 0 0.64 0.25 0.67
HSL 323.77º 0.47% 0.22% -
HSV(B) 323.77º 0.64% 0.33% -
XYZ 4.9 3.12 4.9 -
YUV 49.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 83 30 62 0 0.64 0.25 0.67 323.77 0.47 0.22
Hex 53 1E 3E 0 40 19 43 144 2F 16
Octal 123 36 76 0 100 31 103 504 57 26
Binary 1010011 11110 111110 0 1000000 11001 1000011 101000100 101111 10110

Color Harmonies of #531E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E3E

Black with #531E3E

Text Example


Text Example

White with #531E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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