Html Css Color HEX #51133F Blackberry

📋 copy color: '#51133F'

red 81 ◦ green 19 ◦ blue 63

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

Shades of Blackberry #51133F

Tints of Blackberry #51133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 63 (25% from 255) = 38.65%

R = 49.69%
G = 11.66%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51133F (or 0x51133F) is known color: Blackberry. HEX triplet: 51, 13 and 3F. RGB value is (81,19,63). Sum of RGB (Red+Green+Blue) = 81+19+63=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51133F is #AEECC0. Grayscale: #2A2A2A. Windows color (decimal): -11463873 or 4133713. OLE color: 4133713.

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

Color convert

RGB 81 19 63 -
CMYK 0 0.77 0.22 0.68
HSL 317.42º 0.62% 0.2% -
HSV(B) 317.42º 0.77% 0.32% -
XYZ 4.52 2.57 4.96 -
YUV 42.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 81 19 63 0 0.77 0.22 0.68 317.42 0.62 0.2
Hex 51 13 3F 0 4D 16 44 13D 3E 14
Octal 121 23 77 0 115 26 104 475 76 24
Binary 1010001 10011 111111 0 1001101 10110 1000100 100111101 111110 10100

Color Harmonies of #51133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51133F

Black with #51133F

Text Example


Text Example

White with #51133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51133F; }

 p { color: rgb(81,19,63); }

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

background-color css

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

 a { background-color: rgb(81,19,63); }

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

border-color css

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

 span { border-color: rgb(81,19,63); }

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