#300226

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

Shades of Blackberry #300226

Tints of Blackberry #300226

Color information

#300226 (or 0x300226) is unknown color: approx Blackberry. HEX triplet: 30, 02 and 26. RGB value is (48,2,38). Sum of RGB (Red+Green+Blue) = 48+2+38=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300226 is #CFFDD9. Grayscale: #131313. Windows color (decimal): -13630938 or 2490928. OLE color: 2490928.

HSL color Cylindrical-coordinate representation of color #300226: hue angle of 313.04º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300226 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB48238-
CMYK00.960.210.81
HSL313.04º92%9.8%-
HSV(B)313.04º95.83%18.82%-
XYZ1.590.811.91-
YUV19.86138.24148.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=54.55%
G=2.27%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823800.960.210.81313.04929.8
Hex3022606015511395ca
Octal6024601402512147113412
Binary110000101001100110000010101101000110011100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300226; }

 p { color: rgb(48,2,38); }

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

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

 a { background-color: rgb(48,2,38); }

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

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

 span { border-color: rgb(48,2,38); }

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