#380522

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

Shades of Blackberry #380522

Tints of Blackberry #380522

Color information

#380522 (or 0x380522) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 22. RGB value is (56,5,34). Sum of RGB (Red+Green+Blue) = 56+5+34=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380522 is #C7FADD. Grayscale: #171717. Windows color (decimal): -13105886 or 2229560. OLE color: 2229560.

HSL color Cylindrical-coordinate representation of color #380522: hue angle of 325.88º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380522 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB56534-
CMYK00.910.390.78
HSL325.88º83.61%11.96%-
HSV(B)325.88º91.07%21.96%-
XYZ1.971.061.61-
YUV23.56133.9151.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 34 (13.67% from 255) = 35.79%
R=58.95%
G=5.26%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5653400.910.390.78325.8883.6111.96
Hex3852205B274E14654c
Octal7054201334711650612414
Binary11100010110001001011011100111100111010100011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380522; }

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

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

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

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

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

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

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

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