#2F0F25

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

Shades of Blackberry #2F0F25

Tints of Blackberry #2F0F25

Color information

#2F0F25 (or 0x2F0F25) is unknown color: approx Blackberry. HEX triplet: 2F, 0F and 25. RGB value is (47,15,37). Sum of RGB (Red+Green+Blue) = 47+15+37=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0F25 is #D0F0DA. Grayscale: #1B1B1B. Windows color (decimal): -13693147 or 2428719. OLE color: 2428719.

HSL color Cylindrical-coordinate representation of color #2F0F25: hue angle of 318.75º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F0F25 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB471537-
CMYK00.680.210.82
HSL318.75º51.61%12.16%-
HSV(B)318.75º68.09%18.43%-
XYZ1.681.081.87-
YUV27.08133.6142.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.47%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=47.47%
G=15.15%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47153700.680.210.82318.7551.6112.16
Hex2FF25044155213f34c
Octal5717450104251224776414
Binary1011111111100101010001001010110100101001111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0F25; }

 p { color: rgb(47,15,37); }

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

<style>
 a { background-color: #2F0F25; }

 a { background-color: rgb(47,15,37); }

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

<style>
 span { border-color: #2F0F25; }

 span { border-color: rgb(47,15,37); }

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