#381121

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

Shades of Blackberry #381121

Tints of Blackberry #381121

Color information

#381121 (or 0x381121) is unknown color: approx Blackberry. HEX triplet: 38, 11 and 21. RGB value is (56,17,33). Sum of RGB (Red+Green+Blue) = 56+17+33=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381121 is #C7EEDE. Grayscale: #1E1E1E. Windows color (decimal): -13102815 or 2167096. OLE color: 2167096.

HSL color Cylindrical-coordinate representation of color #381121: hue angle of 335.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381121 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB561733-
CMYK00.700.410.78
HSL335.38º53.42%14.31%-
HSV(B)335.38º69.64%21.96%-
XYZ2.111.351.59-
YUV30.48129.42146.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=52.83%
G=16.04%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56173300.700.410.78335.3853.4214.31
Hex381121046294E14f35e
Octal7021410106511165176516
Binary111000100011000010100011010100110011101010011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381121; }

 p { color: rgb(56,17,33); }

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

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

 a { background-color: rgb(56,17,33); }

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

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

 span { border-color: rgb(56,17,33); }

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