#300D24

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

Shades of Blackberry #300D24

Tints of Blackberry #300D24

Color information

#300D24 (or 0x300D24) is unknown color: approx Blackberry. HEX triplet: 30, 0D and 24. RGB value is (48,13,36). Sum of RGB (Red+Green+Blue) = 48+13+36=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #300D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D24 is #CFF2DB. Grayscale: #1A1A1A. Windows color (decimal): -13628124 or 2362672. OLE color: 2362672.

HSL color Cylindrical-coordinate representation of color #300D24: hue angle of 320.57º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D24 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB481336-
CMYK00.730.250.81
HSL320.57º57.38%11.96%-
HSV(B)320.57º72.92%18.82%-
XYZ1.681.041.78-
YUV26.09133.6143.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=49.48%
G=13.40%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48133600.730.250.81320.5757.3811.96
Hex30D24049195114139c
Octal6015440111311215017114
Binary1100001101100100010010011100110100011010000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D24; }

 p { color: rgb(48,13,36); }

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

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

 a { background-color: rgb(48,13,36); }

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

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

 span { border-color: rgb(48,13,36); }

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