#331123

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

Shades of Blackberry #331123

Tints of Blackberry #331123

Color information

#331123 (or 0x331123) is unknown color: approx Blackberry. HEX triplet: 33, 11 and 23. RGB value is (51,17,35). Sum of RGB (Red+Green+Blue) = 51+17+35=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #331123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331123 is #CCEEDC. Grayscale: #1D1D1D. Windows color (decimal): -13430493 or 2298163. OLE color: 2298163.

HSL color Cylindrical-coordinate representation of color #331123: hue angle of 328.24º 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 #331123 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB511735-
CMYK00.670.310.8
HSL328.24º50%13.33%-
HSV(B)328.24º66.67%20%-
XYZ1.871.231.73-
YUV29.22131.26143.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=49.51%
G=16.50%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51173500.670.310.8328.245013.33
Hex3311230431F5014832d
Octal6321430103371205106215
Binary11001110001100011010000111111110100001010010001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331123; }

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

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

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

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

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

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

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

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