#3F092E

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

Shades of Blackberry #3F092E

Tints of Blackberry #3F092E

Color information

#3F092E (or 0x3F092E) is unknown color: approx Blackberry. HEX triplet: 3F, 09 and 2E. RGB value is (63,9,46). Sum of RGB (Red+Green+Blue) = 63+9+46=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F092E is #C0F6D1. Grayscale: #1D1D1D. Windows color (decimal): -12646098 or 3017023. OLE color: 3017023.

HSL color Cylindrical-coordinate representation of color #3F092E: hue angle of 318.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F092E is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB63946-
CMYK00.860.270.75
HSL318.89º75%14.12%-
HSV(B)318.89º85.71%24.71%-
XYZ2.641.452.73-
YUV29.36137.39151.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=53.39%
G=7.63%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6394600.860.270.75318.897514.12
Hex3F92E0561B4B13f4be
Octal77115601263311347711316
Binary11111110011011100101011011011100101110011111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,9,46); }

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

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

 a { background-color: rgb(63,9,46); }

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

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

 span { border-color: rgb(63,9,46); }

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