#331127

Color #331127 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #331127

Tints of Blackberry #331127

Color information

#331127 (or 0x331127) is unknown color: approx Blackberry. HEX triplet: 33, 11 and 27. RGB value is (51,17,39). Sum of RGB (Red+Green+Blue) = 51+17+39=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331127 is #CCEED8. Grayscale: #1D1D1D. Windows color (decimal): -13430489 or 2560307. OLE color: 2560307.

HSL color Cylindrical-coordinate representation of color #331127: hue angle of 321.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331127 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB511739-
CMYK00.670.240.8
HSL321.18º50%13.33%-
HSV(B)321.18º66.67%20%-
XYZ1.931.252.06-
YUV29.67133.26143.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=47.66%
G=15.89%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51173900.670.240.8321.185013.33
Hex331127043185014132d
Octal6321470103301205016215
Binary11001110001100111010000111100010100001010000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331127; }

 p { color: rgb(51,17,39); }

 H1.HeaderClassName
 {
   color: #331127;
 }
 .AnyTagClassName
 {
   color: #331127;
 }
</style>
background-color css

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

 a { background-color: rgb(51,17,39); }

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

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

 span { border-color: rgb(51,17,39); }

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