#2F0825

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

Shades of Blackberry #2F0825

Tints of Blackberry #2F0825

Color information

#2F0825 (or 0x2F0825) is unknown color: approx Blackberry. HEX triplet: 2F, 08 and 25. RGB value is (47,8,37). Sum of RGB (Red+Green+Blue) = 47+8+37=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0825 is #D0F7DA. Grayscale: #161616. Windows color (decimal): -13694939 or 2426927. OLE color: 2426927.

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

Color convert

RGB47837-
CMYK00.830.210.82
HSL315.38º70.91%10.78%-
HSV(B)315.38º82.98%18.43%-
XYZ1.590.911.84-
YUV22.97135.92145.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.09%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=51.09%
G=8.70%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4783700.830.210.82315.3870.9110.78
Hex2F825053155213b47b
Octal57104501232512247310713
Binary10111110001001010101001110101101001010011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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