#2F0725

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

Shades of Blackberry #2F0725

Tints of Blackberry #2F0725

Color information

#2F0725 (or 0x2F0725) is unknown color: approx Blackberry. HEX triplet: 2F, 07 and 25. RGB value is (47,7,37). Sum of RGB (Red+Green+Blue) = 47+7+37=91 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.65% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0725 is #D0F8DA. Grayscale: #161616. Windows color (decimal): -13695195 or 2426671. OLE color: 2426671.

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

Color convert

RGB47737-
CMYK00.850.210.82
HSL315º74.07%10.59%-
HSV(B)315º85.11%18.43%-
XYZ1.580.891.84-
YUV22.38136.25145.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.65%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=51.65%
G=7.69%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4773700.850.210.8231574.0710.59
Hex2F725055155213b4ab
Octal5774501252512247311213
Binary1011111111001010101010110101101001010011101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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