#2F1524

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

Shades of Blackberry #2F1524

Tints of Blackberry #2F1524

Color information

#2F1524 (or 0x2F1524) is unknown color: approx Blackberry. HEX triplet: 2F, 15 and 24. RGB value is (47,21,36). Sum of RGB (Red+Green+Blue) = 47+21+36=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1524 is #D0EADB. Grayscale: #1E1E1E. Windows color (decimal): -13691612 or 2364719. OLE color: 2364719.

HSL color Cylindrical-coordinate representation of color #2F1524: hue angle of 325.38º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1524 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.82.

Color convert

RGB472136-
CMYK00.550.230.82
HSL325.38º38.24%13.33%-
HSV(B)325.38º55.32%18.43%-
XYZ1.761.271.82-
YUV30.48131.11139.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.19%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=45.19%
G=20.19%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47213600.550.230.82325.3838.2413.33
Hex2F1524037175214526d
Octal572544067271225054615
Binary1011111010110010001101111011110100101010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,21,36); }

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

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

 a { background-color: rgb(47,21,36); }

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

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

 span { border-color: rgb(47,21,36); }

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