#300325

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

Shades of Blackberry #300325

Tints of Blackberry #300325

Color information

#300325 (or 0x300325) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 25. RGB value is (48,3,37). Sum of RGB (Red+Green+Blue) = 48+3+37=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300325 is #CFFCDA. Grayscale: #141414. Windows color (decimal): -13630683 or 2425648. OLE color: 2425648.

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

Color convert

RGB48337-
CMYK00.940.230.81
HSL314.67º88.24%10%-
HSV(B)314.67º93.75%18.82%-
XYZ1.590.831.83-
YUV20.33137.41147.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=54.55%
G=3.41%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4833700.940.230.81314.6788.2410
Hex3032505E175113b58a
Octal6034501362712147313012
Binary110000111001010101111010111101000110011101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300325; }

 p { color: rgb(48,3,37); }

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

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

 a { background-color: rgb(48,3,37); }

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

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

 span { border-color: rgb(48,3,37); }

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