#300125

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

Shades of Blackberry #300125

Tints of Blackberry #300125

Color information

#300125 (or 0x300125) is unknown color: approx Blackberry. HEX triplet: 30, 01 and 25. RGB value is (48,1,37). Sum of RGB (Red+Green+Blue) = 48+1+37=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300125 is #CFFEDA. Grayscale: #131313. Windows color (decimal): -13631195 or 2425136. OLE color: 2425136.

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

Color convert

RGB48137-
CMYK00.980.230.81
HSL314.04º95.92%9.61%-
HSV(B)314.04º97.92%18.82%-
XYZ1.560.781.82-
YUV19.16138.07148.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=55.81%
G=1.16%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813700.980.230.81314.0495.929.61
Hex30125062175113a60a
Octal6014501422712147214012
Binary11000011001010110001010111101000110011101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300125; }

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

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

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

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

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

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

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

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