#300D23

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

Shades of Blackberry #300D23

Tints of Blackberry #300D23

Color information

#300D23 (or 0x300D23) is unknown color: approx Blackberry. HEX triplet: 30, 0D and 23. RGB value is (48,13,35). Sum of RGB (Red+Green+Blue) = 48+13+35=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #300D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D23 is #CFF2DC. Grayscale: #191919. Windows color (decimal): -13628125 or 2297136. OLE color: 2297136.

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

Color convert

RGB481335-
CMYK00.730.270.81
HSL322.29º57.38%11.96%-
HSV(B)322.29º72.92%18.82%-
XYZ1.671.041.7-
YUV25.97133.1143.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=50%
G=13.54%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48133500.730.270.81322.2957.3811.96
Hex30D230491B5114239c
Octal6015430111331215027114
Binary1100001101100011010010011101110100011010000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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