#3F092F

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

Shades of Blackberry #3F092F

Tints of Blackberry #3F092F

Color information

#3F092F (or 0x3F092F) is unknown color: approx Blackberry. HEX triplet: 3F, 09 and 2F. RGB value is (63,9,47). Sum of RGB (Red+Green+Blue) = 63+9+47=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F092F is #C0F6D0. Grayscale: #1D1D1D. Windows color (decimal): -12646097 or 3082559. OLE color: 3082559.

HSL color Cylindrical-coordinate representation of color #3F092F: hue angle of 317.78º 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 #3F092F is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB63947-
CMYK00.860.250.75
HSL317.78º75%14.12%-
HSV(B)317.78º85.71%24.71%-
XYZ2.661.462.83-
YUV29.48137.89151.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.94%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=52.94%
G=7.56%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6394700.860.250.75317.787514.12
Hex3F92F056194B13e4be
Octal77115701263111347611316
Binary11111110011011110101011011001100101110011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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