#301825

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

Shades of Blackberry #301825

Tints of Blackberry #301825

Color information

#301825 (or 0x301825) is unknown color: approx Blackberry. HEX triplet: 30, 18 and 25. RGB value is (48,24,37). Sum of RGB (Red+Green+Blue) = 48+24+37=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301825 is #CFE7DA. Grayscale: #202020. Windows color (decimal): -13625307 or 2431024. OLE color: 2431024.

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

Color convert

RGB482437-
CMYK00.50.230.81
HSL327.5º33.33%14.12%-
HSV(B)327.5º50%18.82%-
XYZ1.881.421.92-
YUV32.66130.45138.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=44.04%
G=22.02%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48243700.50.230.81327.533.3314.12
Hex301825032175114821e
Octal603045062271215104116
Binary1100001100010010101100101011110100011010010001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301825; }

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

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

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

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

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

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

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

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