#470023

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

Shades of Blackberry #470023

Tints of Blackberry #470023

Color information

#470023 (or 0x470023) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 23. RGB value is (71,0,35). Sum of RGB (Red+Green+Blue) = 71+0+35=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #470023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470023 is #B8FFDC. Grayscale: #191919. Windows color (decimal): -12124125 or 2293831. OLE color: 2293831.

HSL color Cylindrical-coordinate representation of color #470023: hue angle of 330.42º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470023 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB71035-
CMYK010.510.72
HSL330.42º100%13.92%-
HSV(B)330.42º100%27.84%-
XYZ2.91.461.72-
YUV25.22133.52160.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=66.98%
G=0%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71035010.510.72330.4210013.92
Hex47023064334814a64e
Octal10704301446311051214416
Binary1000111010001101100100110011100100010100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470023; }

 p { color: rgb(71,0,35); }

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

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

 a { background-color: rgb(71,0,35); }

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

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

 span { border-color: rgb(71,0,35); }

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