#3F1123

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

Shades of Blackberry #3F1123

Tints of Blackberry #3F1123

Color information

#3F1123 (or 0x3F1123) is unknown color: approx Blackberry. HEX triplet: 3F, 11 and 23. RGB value is (63,17,35). Sum of RGB (Red+Green+Blue) = 63+17+35=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1123 is #C0EEDC. Grayscale: #202020. Windows color (decimal): -12644061 or 2298175. OLE color: 2298175.

HSL color Cylindrical-coordinate representation of color #3F1123: hue angle of 336.52º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1123 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB631735-
CMYK00.730.440.75
HSL336.52º57.5%15.69%-
HSV(B)336.52º73.02%24.71%-
XYZ2.551.581.76-
YUV32.81129.24149.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=54.78%
G=14.78%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63173500.730.440.75336.5257.515.69
Hex3F11230492C4B1513a10
Octal7721430111541135217220
Binary1111111000110001101001001101100100101110101000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1123; }

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

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

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

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

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

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

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

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