#381224

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

Shades of Blackberry #381224

Tints of Blackberry #381224

Color information

#381224 (or 0x381224) is unknown color: approx Blackberry. HEX triplet: 38, 12 and 24. RGB value is (56,18,36). Sum of RGB (Red+Green+Blue) = 56+18+36=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381224 is #C7EDDB. Grayscale: #1F1F1F. Windows color (decimal): -13102556 or 2363960. OLE color: 2363960.

HSL color Cylindrical-coordinate representation of color #381224: hue angle of 331.58º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381224 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB561836-
CMYK00.680.360.78
HSL331.58º51.35%14.51%-
HSV(B)331.58º67.86%21.96%-
XYZ2.171.41.83-
YUV31.41130.59145.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=50.91%
G=16.36%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56183600.680.360.78331.5851.3514.51
Hex381224044244E14c33f
Octal7022440104441165146317
Binary111000100101001000100010010010010011101010011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381224; }

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

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

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

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

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

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

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

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