#281921

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

Shades of Blackberry #281921

Tints of Blackberry #281921

Color information

#281921 (or 0x281921) is unknown color: approx Blackberry. HEX triplet: 28, 19 and 21. RGB value is (40,25,33). Sum of RGB (Red+Green+Blue) = 40+25+33=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 40 - color contains mainly: red. Hex color #281921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281921 is #D7E6DE. Grayscale: #1E1E1E. Windows color (decimal): -14149343 or 2169128. OLE color: 2169128.

HSL color Cylindrical-coordinate representation of color #281921: hue angle of 328º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #281921 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB402533-
CMYK00.380.170.84
HSL328º23.08%12.75%-
HSV(B)328º37.5%15.69%-
XYZ1.51.261.6-
YUV30.4129.47134.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.82%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=40.82%
G=25.51%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40253300.380.170.8432823.0812.75
Hex281921026115414817d
Octal503141046211245102715
Binary101000110011000010100110100011010100101001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281921; }

 p { color: rgb(40,25,33); }

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

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

 a { background-color: rgb(40,25,33); }

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

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

 span { border-color: rgb(40,25,33); }

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