#380722

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

Shades of Blackberry #380722

Tints of Blackberry #380722

Color information

#380722 (or 0x380722) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 22. RGB value is (56,7,34). Sum of RGB (Red+Green+Blue) = 56+7+34=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380722 is #C7F8DD. Grayscale: #181818. Windows color (decimal): -13105374 or 2230072. OLE color: 2230072.

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

Color convert

RGB56734-
CMYK00.880.390.78
HSL326.94º77.78%12.35%-
HSV(B)326.94º87.5%21.96%-
XYZ21.111.62-
YUV24.73133.23150.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 34 (13.67% from 255) = 35.05%
R=57.73%
G=7.22%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5673400.880.390.78326.9477.7812.35
Hex38722058274E1474ec
Octal7074201304711650711614
Binary11100011110001001011000100111100111010100011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380722; }

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

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

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

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

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

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

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

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