#381124

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

Shades of Blackberry #381124

Tints of Blackberry #381124

Color information

#381124 (or 0x381124) is unknown color: approx Blackberry. HEX triplet: 38, 11 and 24. RGB value is (56,17,36). Sum of RGB (Red+Green+Blue) = 56+17+36=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381124 is #C7EEDB. Grayscale: #1E1E1E. Windows color (decimal): -13102812 or 2363704. OLE color: 2363704.

HSL color Cylindrical-coordinate representation of color #381124: hue angle of 330.77º 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 #381124 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB561736-
CMYK00.700.360.78
HSL330.77º53.42%14.31%-
HSV(B)330.77º69.64%21.96%-
XYZ2.151.371.82-
YUV30.83130.92145.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=51.38%
G=15.60%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56173600.700.360.78330.7753.4214.31
Hex381124046244E14b35e
Octal7021440106441165136516
Binary111000100011001000100011010010010011101010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381124; }

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

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

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

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

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

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

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

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