#3F142A

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

Shades of Blackberry #3F142A

Tints of Blackberry #3F142A

Color information

#3F142A (or 0x3F142A) is unknown color: approx Blackberry. HEX triplet: 3F, 14 and 2A. RGB value is (63,20,42). Sum of RGB (Red+Green+Blue) = 63+20+42=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F142A is #C0EBD5. Grayscale: #232323. Windows color (decimal): -12643286 or 2757695. OLE color: 2757695.

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

Color convert

RGB632042-
CMYK00.680.330.75
HSL329.3º51.81%16.27%-
HSV(B)329.3º68.25%24.71%-
XYZ2.721.722.38-
YUV35.36131.75147.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.4%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=50.4%
G=16%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63204200.680.330.75329.351.8116.27
Hex3F142A044214B1493410
Octal7724520104411135116420
Binary1111111010010101001000100100001100101110100100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,20,42); }

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

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

 a { background-color: rgb(63,20,42); }

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

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

 span { border-color: rgb(63,20,42); }

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