#2F1A25

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

Shades of Blackberry #2F1A25

Tints of Blackberry #2F1A25

Color information

#2F1A25 (or 0x2F1A25) is unknown color: approx Blackberry. HEX triplet: 2F, 1A and 25. RGB value is (47,26,37). Sum of RGB (Red+Green+Blue) = 47+26+37=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1A25 is #D0E5DA. Grayscale: #212121. Windows color (decimal): -13690331 or 2431535. OLE color: 2431535.

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

Color convert

RGB472637-
CMYK00.450.210.82
HSL328.57º28.77%14.31%-
HSV(B)328.57º44.68%18.43%-
XYZ1.881.481.94-
YUV33.53129.96137.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 42.73%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=42.73%
G=23.64%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47263700.450.210.82328.5728.7714.31
Hex2F1A2502D15521491de
Octal573245055251225113516
Binary101111110101001010101101101011010010101001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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