#301625

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

Shades of Blackberry #301625

Tints of Blackberry #301625

Color information

#301625 (or 0x301625) is unknown color: approx Blackberry. HEX triplet: 30, 16 and 25. RGB value is (48,22,37). Sum of RGB (Red+Green+Blue) = 48+22+37=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301625 is #CFE9DA. Grayscale: #1F1F1F. Windows color (decimal): -13625819 or 2430512. OLE color: 2430512.

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

Color convert

RGB482237-
CMYK00.540.230.81
HSL325.38º37.14%13.73%-
HSV(B)325.38º54.17%18.82%-
XYZ1.841.341.91-
YUV31.48131.11139.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 37 (14.84% from 255) = 34.58%
R=44.86%
G=20.56%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48223700.540.230.81325.3837.1413.73
Hex301625036175114525e
Octal602645066271215054516
Binary1100001011010010101101101011110100011010001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301625; }

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

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

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

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

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

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

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

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