#301926

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

Shades of Blackberry #301926

Tints of Blackberry #301926

Color information

#301926 (or 0x301926) is unknown color: approx Blackberry. HEX triplet: 30, 19 and 26. RGB value is (48,25,38). Sum of RGB (Red+Green+Blue) = 48+25+38=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301926 is #CFE6D9. Grayscale: #212121. Windows color (decimal): -13625050 or 2496816. OLE color: 2496816.

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

Color convert

RGB482538-
CMYK00.480.210.81
HSL326.09º31.51%14.31%-
HSV(B)326.09º47.92%18.82%-
XYZ1.921.462.02-
YUV33.36130.62138.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=43.24%
G=22.52%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48253800.480.210.81326.0931.5114.31
Hex301926030155114620e
Octal603146060251215064016
Binary1100001100110011001100001010110100011010001101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301926; }

 p { color: rgb(48,25,38); }

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

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

 a { background-color: rgb(48,25,38); }

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

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

 span { border-color: rgb(48,25,38); }

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