#3F0A1D

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

Shades of Blackberry #3F0A1D

Tints of Blackberry #3F0A1D

Color information

#3F0A1D (or 0x3F0A1D) is unknown color: approx Blackberry. HEX triplet: 3F, 0A and 1D. RGB value is (63,10,29). Sum of RGB (Red+Green+Blue) = 63+10+29=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A1D is #C0F5E2. Grayscale: #1B1B1B. Windows color (decimal): -12645859 or 1903167. OLE color: 1903167.

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

Color convert

RGB631029-
CMYK00.840.540.75
HSL338.49º72.6%14.31%-
HSV(B)338.49º84.13%24.71%-
XYZ2.381.361.3-
YUV28.01128.56152.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=61.76%
G=9.80%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63102900.840.540.75338.4972.614.31
Hex3FA1D054364B15249e
Octal77123501246611352211116
Binary11111110101110101010100110110100101110101001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,10,29); }

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

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

 a { background-color: rgb(63,10,29); }

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

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

 span { border-color: rgb(63,10,29); }

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