#380622

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

Shades of Blackberry #380622

Tints of Blackberry #380622

Color information

#380622 (or 0x380622) is unknown color: approx Blackberry. HEX triplet: 38, 06 and 22. RGB value is (56,6,34). Sum of RGB (Red+Green+Blue) = 56+6+34=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380622 is #C7F9DD. Grayscale: #181818. Windows color (decimal): -13105630 or 2229816. OLE color: 2229816.

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

Color convert

RGB56634-
CMYK00.890.390.78
HSL326.4º80.65%12.16%-
HSV(B)326.4º89.29%21.96%-
XYZ1.981.091.62-
YUV24.14133.56150.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 34 (13.67% from 255) = 35.42%
R=58.33%
G=6.25%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5663400.890.390.78326.480.6512.16
Hex38622059274E14651c
Octal7064201314711650612114
Binary11100011010001001011001100111100111010100011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380622; }

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

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

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

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

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

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

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

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