#380623

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

Shades of Blackberry #380623

Tints of Blackberry #380623

Color information

#380623 (or 0x380623) is unknown color: approx Blackberry. HEX triplet: 38, 06 and 23. RGB value is (56,6,35). Sum of RGB (Red+Green+Blue) = 56+6+35=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380623 is #C7F9DC. Grayscale: #181818. Windows color (decimal): -13105629 or 2295352. OLE color: 2295352.

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

Color convert

RGB56635-
CMYK00.890.370.78
HSL325.2º80.65%12.16%-
HSV(B)325.2º89.29%21.96%-
XYZ21.091.7-
YUV24.26134.06150.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=57.73%
G=6.19%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5663500.890.370.78325.280.6512.16
Hex38623059254E14551c
Octal7064301314511650512114
Binary11100011010001101011001100101100111010100010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380623; }

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

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

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

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

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

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

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

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