Html Css Color HEX #511E3D Blackberry

📋 copy color: '#511E3D'

red 81 ◦ green 30 ◦ blue 61

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

Shades of Blackberry #511E3D

Tints of Blackberry #511E3D

RGB

 RED value IS 81 (32.03% from 255) = 47.09%

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

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

R = 47.09%
G = 17.44%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#511E3D (or 0x511E3D) is known color: Blackberry. HEX triplet: 51, 1E and 3D. RGB value is (81,30,61). Sum of RGB (Red+Green+Blue) = 81+30+61=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E3D is #AEE1C2. Grayscale: #303030. Windows color (decimal): -11461059 or 4005457. OLE color: 4005457.

HSL color Cylindrical-coordinate representation of color #511E3D: hue angle of 323.53º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E3D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 30 61 -
CMYK 0 0.63 0.25 0.68
HSL 323.53º 0.46% 0.22% -
HSV(B) 323.53º 0.63% 0.32% -
XYZ 4.7 3.01 4.75 -
YUV 48.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 81 30 61 0 0.63 0.25 0.68 323.53 0.46 0.22
Hex 51 1E 3D 0 3F 19 44 144 2E 16
Octal 121 36 75 0 77 31 104 504 56 26
Binary 1010001 11110 111101 0 111111 11001 1000100 101000100 101110 10110

Color Harmonies of #511E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E3D

Black with #511E3D

Text Example


Text Example

White with #511E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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