#301423

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

Shades of Blackberry #301423

Tints of Blackberry #301423

Color information

#301423 (or 0x301423) is unknown color: approx Blackberry. HEX triplet: 30, 14 and 23. RGB value is (48,20,35). Sum of RGB (Red+Green+Blue) = 48+20+35=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301423 is #CFEBDC. Grayscale: #1E1E1E. Windows color (decimal): -13626333 or 2298928. OLE color: 2298928.

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

Color convert

RGB482035-
CMYK00.580.270.81
HSL327.86º41.18%13.33%-
HSV(B)327.86º58.33%18.82%-
XYZ1.771.251.74-
YUV30.08130.78140.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=46.60%
G=19.42%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48203500.580.270.81327.8641.1813.33
Hex30142303A1B5114829d
Octal602443072331215105115
Binary1100001010010001101110101101110100011010010001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301423; }

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

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

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

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

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

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

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

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