#300026

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

Shades of Blackberry #300026

Tints of Blackberry #300026

Color information

#300026 (or 0x300026) is unknown color: approx Blackberry. HEX triplet: 30, 00 and 26. RGB value is (48,0,38). Sum of RGB (Red+Green+Blue) = 48+0+38=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300026 is #CFFFD9. Grayscale: #121212. Windows color (decimal): -13631450 or 2490416. OLE color: 2490416.

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

Color convert

RGB48038-
CMYK010.210.81
HSL312.5º100%9.41%-
HSV(B)312.5º100%18.82%-
XYZ1.570.771.9-
YUV18.68138.9148.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 44.19%
R=55.81%
G=0%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48038010.210.81312.51009.41
Hex300260641551138649
Octal6004601442512147014411
Binary11000001001100110010010101101000110011100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300026; }

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

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

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

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

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

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

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

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