#300427

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

Shades of Blackberry #300427

Tints of Blackberry #300427

Color information

#300427 (or 0x300427) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 27. RGB value is (48,4,39). Sum of RGB (Red+Green+Blue) = 48+4+39=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300427 is #CFFBD8. Grayscale: #151515. Windows color (decimal): -13630425 or 2556976. OLE color: 2556976.

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

Color convert

RGB48439-
CMYK00.920.190.81
HSL312.27º84.62%10.2%-
HSV(B)312.27º91.67%18.82%-
XYZ1.630.862-
YUV21.15138.08147.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=52.75%
G=4.40%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843900.920.190.81312.2784.6210.2
Hex3042705C135113855a
Octal6044701342312147012512
Binary1100001001001110101110010011101000110011100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300427; }

 p { color: rgb(48,4,39); }

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

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

 a { background-color: rgb(48,4,39); }

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

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

 span { border-color: rgb(48,4,39); }

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