#301223

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

Shades of Blackberry #301223

Tints of Blackberry #301223

Color information

#301223 (or 0x301223) is unknown color: approx Blackberry. HEX triplet: 30, 12 and 23. RGB value is (48,18,35). Sum of RGB (Red+Green+Blue) = 48+18+35=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301223 is #CFEDDC. Grayscale: #1C1C1C. Windows color (decimal): -13626845 or 2298416. OLE color: 2298416.

HSL color Cylindrical-coordinate representation of color #301223: hue angle of 326º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301223 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB481835-
CMYK00.630.270.81
HSL326º45.45%12.94%-
HSV(B)326º62.5%18.82%-
XYZ1.741.181.73-
YUV28.91131.44141.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 35 (14.06% from 255) = 34.65%
R=47.52%
G=17.82%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48183500.630.270.8132645.4512.94
Hex30122303F1B511462dd
Octal602243077331215065515
Binary1100001001010001101111111101110100011010001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301223; }

 p { color: rgb(48,18,35); }

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

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

 a { background-color: rgb(48,18,35); }

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

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

 span { border-color: rgb(48,18,35); }

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