Html Css Color HEX #511C3A Blackberry

📋 copy color: '#511C3A'

red 81 ◦ green 28 ◦ blue 58

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

Shades of Blackberry #511C3A

Tints of Blackberry #511C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.77%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 48.5%
G = 16.77%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#511C3A (or 0x511C3A) is known color: Blackberry. HEX triplet: 51, 1C and 3A. RGB value is (81,28,58). Sum of RGB (Red+Green+Blue) = 81+28+58=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C3A is #AEE3C5. Grayscale: #2F2F2F. Windows color (decimal): -11461574 or 3808337. OLE color: 3808337.

HSL color Cylindrical-coordinate representation of color #511C3A: hue angle of 326.04º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C3A is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 28 58 -
CMYK 0 0.65 0.28 0.68
HSL 326.04º 0.49% 0.21% -
HSV(B) 326.04º 0.65% 0.32% -
XYZ 4.57 2.89 4.32 -
YUV 47.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 81 28 58 0 0.65 0.28 0.68 326.04 0.49 0.21
Hex 51 1C 3A 0 41 1C 44 146 31 15
Octal 121 34 72 0 101 34 104 506 61 25
Binary 1010001 11100 111010 0 1000001 11100 1000100 101000110 110001 10101

Color Harmonies of #511C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C3A

Black with #511C3A

Text Example


Text Example

White with #511C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,58); }

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

background-color css

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

 a { background-color: rgb(81,28,58); }

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

border-color css

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

 span { border-color: rgb(81,28,58); }

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