#381322

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

Shades of Blackberry #381322

Tints of Blackberry #381322

Color information

#381322 (or 0x381322) is unknown color: approx Blackberry. HEX triplet: 38, 13 and 22. RGB value is (56,19,34). Sum of RGB (Red+Green+Blue) = 56+19+34=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381322 is #C7ECDD. Grayscale: #1F1F1F. Windows color (decimal): -13102302 or 2233144. OLE color: 2233144.

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

Color convert

RGB561934-
CMYK00.660.390.78
HSL335.68º49.33%14.71%-
HSV(B)335.68º66.07%21.96%-
XYZ2.151.421.67-
YUV31.77129.26145.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=51.38%
G=17.43%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56193400.660.390.78335.6849.3314.71
Hex381322042274E15031f
Octal7023420102471165206117
Binary111000100111000100100001010011110011101010100001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381322; }

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

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

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

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

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

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

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

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