#300926

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

Shades of Blackberry #300926

Tints of Blackberry #300926

Color information

#300926 (or 0x300926) is unknown color: approx Blackberry. HEX triplet: 30, 09 and 26. RGB value is (48,9,38). Sum of RGB (Red+Green+Blue) = 48+9+38=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300926 is #CFF6D9. Grayscale: #171717. Windows color (decimal): -13629146 or 2492720. OLE color: 2492720.

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

Color convert

RGB48938-
CMYK00.810.210.81
HSL315.38º68.42%11.18%-
HSV(B)315.38º81.25%18.82%-
XYZ1.670.961.93-
YUV23.97135.92145.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 38 (15.23% from 255) = 40%
R=50.53%
G=9.47%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4893800.810.210.81315.3868.4211.18
Hex30926051155113b44b
Octal60114601212512147310413
Binary11000010011001100101000110101101000110011101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300926; }

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

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

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

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

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

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

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

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