#30041A

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

Shades of Blackberry #30041A

Tints of Blackberry #30041A

Color information

#30041A (or 0x30041A) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 1A. RGB value is (48,4,26). Sum of RGB (Red+Green+Blue) = 48+4+26=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30041A is #CFFBE5. Grayscale: #131313. Windows color (decimal): -13630438 or 1705008. OLE color: 1705008.

HSL color Cylindrical-coordinate representation of color #30041A: hue angle of 330º 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 #30041A is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB48426-
CMYK00.920.460.81
HSL330º84.62%10.2%-
HSV(B)330º91.67%18.82%-
XYZ1.450.791.05-
YUV19.66131.58148.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=61.54%
G=5.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842600.920.460.8133084.6210.2
Hex3041A05C2E5114a55a
Octal6043201345612151212512
Binary1100001001101001011100101110101000110100101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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