Html Css Color HEX #511B36 Blackberry

📋 copy color: '#511B36'

red 81 ◦ green 27 ◦ blue 54

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

Shades of Blackberry #511B36

Tints of Blackberry #511B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.33%

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#511B36 (or 0x511B36) is known color: Blackberry. HEX triplet: 51, 1B and 36. RGB value is (81,27,54). Sum of RGB (Red+Green+Blue) = 81+27+54=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #511B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B36 is #AEE4C9. Grayscale: #2E2E2E. Windows color (decimal): -11461834 or 3545937. OLE color: 3545937.

HSL color Cylindrical-coordinate representation of color #511B36: hue angle of 330º 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 #511B36 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 27 54 -
CMYK 0 0.67 0.33 0.68
HSL 330º 0.5% 0.21% -
HSV(B) 330º 0.67% 0.32% -
XYZ 4.45 2.8 3.8 -
YUV 46.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 81 27 54 0 0.67 0.33 0.68 330 0.5 0.21
Hex 51 1B 36 0 43 21 44 14A 32 15
Octal 121 33 66 0 103 41 104 512 62 25
Binary 1010001 11011 110110 0 1000011 100001 1000100 101001010 110010 10101

Color Harmonies of #511B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B36

Black with #511B36

Text Example


Text Example

White with #511B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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