#381326

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

Shades of Blackberry #381326

Tints of Blackberry #381326

Color information

#381326 (or 0x381326) is unknown color: approx Blackberry. HEX triplet: 38, 13 and 26. RGB value is (56,19,38). Sum of RGB (Red+Green+Blue) = 56+19+38=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381326 is #C7ECD9. Grayscale: #202020. Windows color (decimal): -13102298 or 2495288. OLE color: 2495288.

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

Color convert

RGB561938-
CMYK00.660.320.78
HSL329.19º49.33%14.71%-
HSV(B)329.19º66.07%21.96%-
XYZ2.211.452-
YUV32.23131.26144.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=49.56%
G=16.81%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56193800.660.320.78329.1949.3314.71
Hex381326042204E14931f
Octal7023460102401165116117
Binary111000100111001100100001010000010011101010010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381326; }

 p { color: rgb(56,19,38); }

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

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

 a { background-color: rgb(56,19,38); }

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

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

 span { border-color: rgb(56,19,38); }

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