Html Css Color HEX #511B3A Blackberry

📋 copy color: '#511B3A'

red 81 ◦ green 27 ◦ blue 58

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

Shades of Blackberry #511B3A

Tints of Blackberry #511B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.27%

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

R = 48.8%
G = 16.27%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#511B3A (or 0x511B3A) is known color: Blackberry. HEX triplet: 51, 1B and 3A. RGB value is (81,27,58). Sum of RGB (Red+Green+Blue) = 81+27+58=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #511B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B3A is #AEE4C5. Grayscale: #2E2E2E. Windows color (decimal): -11461830 or 3808081. OLE color: 3808081.

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

Color convert

RGB 81 27 58 -
CMYK 0 0.67 0.28 0.68
HSL 325.56º 0.5% 0.21% -
HSV(B) 325.56º 0.67% 0.32% -
XYZ 4.55 2.84 4.31 -
YUV 46.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 81 27 58 0 0.67 0.28 0.68 325.56 0.5 0.21
Hex 51 1B 3A 0 43 1C 44 146 32 15
Octal 121 33 72 0 103 34 104 506 62 25
Binary 1010001 11011 111010 0 1000011 11100 1000100 101000110 110010 10101

Color Harmonies of #511B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B3A

Black with #511B3A

Text Example


Text Example

White with #511B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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