Html Css Color HEX #531E3F Blackberry

📋 copy color: '#531E3F'

red 83 ◦ green 30 ◦ blue 63

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

Shades of Blackberry #531E3F

Tints of Blackberry #531E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.8%

R = 47.16%
G = 17.05%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#531E3F (or 0x531E3F) is known color: Blackberry. HEX triplet: 53, 1E and 3F. RGB value is (83,30,63). Sum of RGB (Red+Green+Blue) = 83+30+63=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E3F is #ACE1C0. Grayscale: #313131. Windows color (decimal): -11329985 or 4136531. OLE color: 4136531.

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

Color convert

RGB 83 30 63 -
CMYK 0 0.64 0.24 0.67
HSL 322.64º 0.47% 0.22% -
HSV(B) 322.64º 0.64% 0.33% -
XYZ 4.93 3.13 5.05 -
YUV 49.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 83 30 63 0 0.64 0.24 0.67 322.64 0.47 0.22
Hex 53 1E 3F 0 40 18 43 143 2F 16
Octal 123 36 77 0 100 30 103 503 57 26
Binary 1010011 11110 111111 0 1000000 11000 1000011 101000011 101111 10110

Color Harmonies of #531E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E3F

Black with #531E3F

Text Example


Text Example

White with #531E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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