#301123

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

Shades of Blackberry #301123

Tints of Blackberry #301123

Color information

#301123 (or 0x301123) is unknown color: approx Blackberry. HEX triplet: 30, 11 and 23. RGB value is (48,17,35). Sum of RGB (Red+Green+Blue) = 48+17+35=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #301123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301123 is #CFEEDC. Grayscale: #1C1C1C. Windows color (decimal): -13627101 or 2298160. OLE color: 2298160.

HSL color Cylindrical-coordinate representation of color #301123: hue angle of 325.16º 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 #301123 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB481735-
CMYK00.650.270.81
HSL325.16º47.69%12.75%-
HSV(B)325.16º64.58%18.82%-
XYZ1.721.151.72-
YUV28.32131.77142.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 35 (14.06% from 255) = 35%
R=48%
G=17%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48173500.650.270.81325.1647.6912.75
Hex3011230411B5114530d
Octal6021430101331215056015
Binary11000010001100011010000011101110100011010001011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301123; }

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

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

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

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

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

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

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

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