#301127

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

Shades of Blackberry #301127

Tints of Blackberry #301127

Color information

#301127 (or 0x301127) is unknown color: approx Blackberry. HEX triplet: 30, 11 and 27. RGB value is (48,17,39). Sum of RGB (Red+Green+Blue) = 48+17+39=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301127 is #CFEED8. Grayscale: #1C1C1C. Windows color (decimal): -13627097 or 2560304. OLE color: 2560304.

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

Color convert

RGB481739-
CMYK00.650.190.81
HSL317.42º47.69%12.75%-
HSV(B)317.42º64.58%18.82%-
XYZ1.791.182.05-
YUV28.78133.77141.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=46.15%
G=16.35%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48173900.650.190.81317.4247.6912.75
Hex301127041135113d30d
Octal6021470101231214756015
Binary11000010001100111010000011001110100011001111011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301127; }

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

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

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

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

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

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

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

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