Html Css Color HEX #511F3A Blackberry

📋 copy color: '#511F3A'

red 81 ◦ green 31 ◦ blue 58

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

Shades of Blackberry #511F3A

Tints of Blackberry #511F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.24%

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

R = 47.65%
G = 18.24%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#511F3A (or 0x511F3A) is known color: Blackberry. HEX triplet: 51, 1F and 3A. RGB value is (81,31,58). Sum of RGB (Red+Green+Blue) = 81+31+58=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F3A is #AEE0C5. Grayscale: #303030. Windows color (decimal): -11460806 or 3809105. OLE color: 3809105.

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

Color convert

RGB 81 31 58 -
CMYK 0 0.62 0.28 0.68
HSL 327.6º 0.45% 0.22% -
HSV(B) 327.6º 0.62% 0.32% -
XYZ 4.65 3.03 4.34 -
YUV 49.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 81 31 58 0 0.62 0.28 0.68 327.6 0.45 0.22
Hex 51 1F 3A 0 3E 1C 44 148 2D 16
Octal 121 37 72 0 76 34 104 510 55 26
Binary 1010001 11111 111010 0 111110 11100 1000100 101001000 101101 10110

Color Harmonies of #511F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F3A

Black with #511F3A

Text Example


Text Example

White with #511F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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