#30041D

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

Shades of Blackberry #30041D

Tints of Blackberry #30041D

Color information

#30041D (or 0x30041D) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 1D. RGB value is (48,4,29). Sum of RGB (Red+Green+Blue) = 48+4+29=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30041D is #CFFBE2. Grayscale: #131313. Windows color (decimal): -13630435 or 1901616. OLE color: 1901616.

HSL color Cylindrical-coordinate representation of color #30041D: hue angle of 325.91º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30041D is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB48429-
CMYK00.920.400.81
HSL325.91º84.62%10.2%-
HSV(B)325.91º91.67%18.82%-
XYZ1.480.81.24-
YUV20.01133.08147.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=59.26%
G=4.94%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842900.920.400.81325.9184.6210.2
Hex3041D05C285114655a
Octal6043501345012150612512
Binary1100001001110101011100101000101000110100011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30041D; }

 p { color: rgb(48,4,29); }

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

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

 a { background-color: rgb(48,4,29); }

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

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

 span { border-color: rgb(48,4,29); }

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