#2F001D

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

Shades of Blackberry #2F001D

Tints of Blackberry #2F001D

Color information

#2F001D (or 0x2F001D) is unknown color: approx Blackberry. HEX triplet: 2F, 00 and 1D. RGB value is (47,0,29). Sum of RGB (Red+Green+Blue) = 47+0+29=76 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.84% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 47 - color contains mainly: red. Hex color #2F001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F001D is #D0FFE2. Grayscale: #111111. Windows color (decimal): -13696995 or 1900591. OLE color: 1900591.

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

Color convert

RGB47029-
CMYK010.380.82
HSL322.98º100%9.22%-
HSV(B)322.98º100%18.43%-
XYZ1.390.691.22-
YUV17.36134.57149.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 61.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=61.84%
G=0%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47029010.380.82322.981009.22
Hex2F01D0642652143649
Octal5703501444612250314411
Binary10111101110101100100100110101001010100001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,0,29); }

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

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

 a { background-color: rgb(47,0,29); }

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

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

 span { border-color: rgb(47,0,29); }

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