Html Css Color HEX #511D3C Blackberry

📋 copy color: '#511D3C'

red 81 ◦ green 29 ◦ blue 60

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

Shades of Blackberry #511D3C

Tints of Blackberry #511D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

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

R = 47.65%
G = 17.06%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#511D3C (or 0x511D3C) is known color: Blackberry. HEX triplet: 51, 1D and 3C. RGB value is (81,29,60). Sum of RGB (Red+Green+Blue) = 81+29+60=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D3C is #AEE2C3. Grayscale: #303030. Windows color (decimal): -11461316 or 3939665. OLE color: 3939665.

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

Color convert

RGB 81 29 60 -
CMYK 0 0.64 0.26 0.68
HSL 324.23º 0.47% 0.22% -
HSV(B) 324.23º 0.64% 0.32% -
XYZ 4.65 2.95 4.6 -
YUV 48.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 81 29 60 0 0.64 0.26 0.68 324.23 0.47 0.22
Hex 51 1D 3C 0 40 1A 44 144 2F 16
Octal 121 35 74 0 100 32 104 504 57 26
Binary 1010001 11101 111100 0 1000000 11010 1000100 101000100 101111 10110

Color Harmonies of #511D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D3C

Black with #511D3C

Text Example


Text Example

White with #511D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,29,60); }

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

background-color css

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

 a { background-color: rgb(81,29,60); }

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

border-color css

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

 span { border-color: rgb(81,29,60); }

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