Html Css Color HEX #511238 Blackberry

📋 copy color: '#511238'

red 81 ◦ green 18 ◦ blue 56

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

Shades of Blackberry #511238

Tints of Blackberry #511238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 52.26%
G = 11.61%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#511238 (or 0x511238) is known color: Blackberry. HEX triplet: 51, 12 and 38. RGB value is (81,18,56). Sum of RGB (Red+Green+Blue) = 81+18+56=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511238 is #AEEDC7. Grayscale: #292929. Windows color (decimal): -11464136 or 3674705. OLE color: 3674705.

HSL color Cylindrical-coordinate representation of color #511238: hue angle of 323.81º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511238 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 18 56 -
CMYK 0 0.78 0.31 0.68
HSL 323.81º 0.64% 0.19% -
HSV(B) 323.81º 0.78% 0.32% -
XYZ 4.32 2.47 3.99 -
YUV 41.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 81 18 56 0 0.78 0.31 0.68 323.81 0.64 0.19
Hex 51 12 38 0 4E 1F 44 144 40 13
Octal 121 22 70 0 116 37 104 504 100 23
Binary 1010001 10010 111000 0 1001110 11111 1000100 101000100 1000000 10011

Color Harmonies of #511238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511238

Black with #511238

Text Example


Text Example

White with #511238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511238; }

 p { color: rgb(81,18,56); }

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

background-color css

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

 a { background-color: rgb(81,18,56); }

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

border-color css

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

 span { border-color: rgb(81,18,56); }

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